SimpleFill

SimpleFill

Simply Fill Forms with SimpleFill. The Simplest and Easiest Form Filler ever. It helps you fill forms in clicks, you no longer have to type again. Just right-click on field and fill it. Visit http://plugins.compzets.com/simplefill to know more.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "SimpleFill",
  "description": "Simply fill forms with SimpleFill. The simplest and easiest form filler ever.",
  "version": "2.0.7",
  "icons": {
    "16": "icon-16.png",
    "32": "icon-32.png",
    "48": "icon-48.png",
    "64": "icon-64.png",
    "128": "icon-128.png"
  },
  "background": {
    "persistent": true,
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "all_frames": true,
      "js": [
        "contentscript.js"
      ]
    }
  ],
  "options_ui": {
    "page": "options.html"
  },
  "permissions": [
    "contextMenus",
    "storage"
  ],
  "manifest_version": 2
}