Autofill Smartly - JobFill

Autofill Smartly - JobFill

Autofill any form (job applications, registrations, booking,...) smartly and conveniently!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Autofill Smartly - JobFill",
  "version": "1.5.10",
  "description": "Autofill any form (job applications, registrations, booking,...) smartly and conveniently!",
  "icons": {
    "16": "icons/jf_icon16.png",
    "48": "icons/jf_icon48_2.png",
    "128": "icons/jf_icon128.png"
  },
  "action": {
    "default_icon": {
      "16": "icons/jf_icon16.png"
    },
    "default_popup": "popup/popup.html"
  },
  "options_page": "options/options.html",
  "content_scripts": [
    {
      "matches": [
        "*://*/*",
        "file://*/*"
      ],
      "js": [
        "libs/jquery-3.1.0.min.js",
        "content.js"
      ],
      "all_frames": true,
      "run_at": "document_idle"
    }
  ],
  "background": {
    "service_worker": "service-worker.js"
  },
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "*://*/*"
  ]
}