PowerFill

PowerFill

Plustek PowerFill is a solution that extracts data from US and Canadian driver's licenses and fills out any web-based data entry…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "PowerFill",
  "version": "1.0",
  "manifest_version": 3,
  "icons": {
    "128": "icon.png"
  },
  "action": {
    "default_title": "Plustek PowerFill"
  },
  "permissions": [
    "tabs",
    "storage",
    "activeTab",
    "scripting"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "run_at": "document_end",
      "matches": [
        "http://*/*",
        "https://*/*",
        "<all_urls>"
      ],
      "js": [
        "content-script.js"
      ],
      "css": [
        "jquery.skippr.css"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "Test.html",
        "001.png",
        "background.js",
        "bootstrap.min.css",
        "bootstrap-grid.min.css",
        "borderbgcolor.jpg",
        "connectedxcube.png",
        "content-script",
        "doscan.js",
        "doublearrows.png",
        "doublearrows2.png",
        "greencheck.png",
        "icon.png",
        "initialize.js",
        "Inject.js",
        "insertd620.png",
        "insertx50.png",
        "insertxcube.png",
        "insertxmini.png",
        "jquery.skippr.css",
        "jquery.skippr.js",
        "jquery-1.8.3.min.js",
        "listener.js",
        "Scan.js",
        "ScanData.js",
        "script.js",
        "set.js",
        "setidfield.js",
        "style.css",
        "Tester.js",
        "toggle.js",
        "*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "externally_connectable": {
    "matches": [
      "http://127.0.0.1/",
      "https://127.0.0.1/"
    ]
  }
}