Auto Form Filler

Auto Form Filler

This extension will help delvelopers to fill values in the form by upload csv data.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Auto Form Filler",
  "version": "1.3.1",
  "options_page": "options.html",
  "description": "This extension will help delvelopers to fill values in the form by upload csv data.",
  "background": {
    "scripts": [
      "back.js"
    ]
  },
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "browser_action": {
    "default_icon": "icon128.png"
  },
  "permissions": [
    "http://*/*",
    "https://*/*",
    "activeTab",
    "storage"
  ]
}