Huzzle Quick Apply - Apply to jobs in 1 click

Huzzle Quick Apply - Apply to jobs in 1 click

Apply to millions of jobs with 1 click! Find jobs, apply in seconds & track applications. Save 90% time by autofilling applications.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Huzzle Quick Apply - Apply to jobs in 1 click",
  "description": "Apply to millions of jobs with 1 click! Find jobs, apply in seconds & track applications. Save 90% time by autofilling applications.",
  "version": "1.5.2",
  "manifest_version": 3,
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAj2jtfxUDrkzIFF9tiKNMIYJzAATVYNJvHqQJGECGgTl9qzazo8aoAn1yTTYYqh7Ecr79+BqEzMWxEj61cyMkFJaeGpkguJaa4UvoU8zS3f2xtC6gVzOd8ATAz4wbUH++e7TS/qiVgsHoGqiC9JVQzICtLQHCuvkmAjd7CRG/A9j0G3Q5RF8UJOs/PGvsTC18tR4sYXErttiucIAZ7dX6BNAEdDdzcMPLLkGHxdQFIlsUA8MLFlzz48PGEfV6+YXQJxkz0fb55Myea+7yV7x3ANXsuNmlmflJ5rnrrulEA1lGY7/YcM/dPfCFY/wgtxi/+YxlluqYWb9n6/r1n5vEgwIDAQAB",
  "icons": {
    "16": "img/logo-16.png",
    "32": "img/logo-32.png",
    "48": "img/logo-48.png",
    "128": "img/logo-128.png"
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": "img/logo-48.png"
  },
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "content_scripts": [
    {
      "js": [
        "assets/content-script-loader.chunk-81df59ff.4d341c78.js"
      ],
      "matches": [
        "*://*.lever.co/*",
        "*://*.workable.com/*",
        "*://*.greenhouse.io/*",
        "*://*.teamtailor.com/*",
        "*://*.bamboohr.com/*",
        "*://*.workday.com/*",
        "*://*.myworkdayjobs.com/*",
        "*://*.jobvite.com/*",
        "*://*.smartrecruiters.com/*",
        "*://*.recruitee.com/*"
      ],
      "all_frames": true,
      "css": [
        "assets/index.d40c164f.css",
        "assets/index.tsx.a7105b60.css"
      ]
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'; font-src 'self' https://fonts.gstatic.com; style-src 'self' 'unsafe-inline' https://fonts.googleapis.com;"
  },
  "web_accessible_resources": [
    {
      "matches": [],
      "resources": [
        "img/logo-16.png",
        "img/logo-32.png",
        "img/logo-48.png",
        "img/logo-128.png",
        "popup.html"
      ],
      "use_dynamic_url": false
    },
    {
      "matches": [
        "*://*.bamboohr.com/*",
        "*://*.greenhouse.io/*",
        "*://*.jobvite.com/*",
        "*://*.lever.co/*",
        "*://*.myworkdayjobs.com/*",
        "*://*.recruitee.com/*",
        "*://*.smartrecruiters.com/*",
        "*://*.teamtailor.com/*",
        "*://*.workable.com/*",
        "*://*.workday.com/*"
      ],
      "resources": [
        "assets/chunk-c14a78f7.js",
        "assets/chunk-81df59ff.js"
      ],
      "use_dynamic_url": true
    }
  ],
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "*://*.lever.co/*",
    "*://*.workable.com/*",
    "*://*.greenhouse.io/*",
    "*://*.teamtailor.com/*",
    "*://*.bamboohr.com/*",
    "*://*.workday.com/*",
    "*://*.myworkdayjobs.com/*",
    "*://*.jobvite.com/*",
    "*://*.smartrecruiters.com/*",
    "*://*.recruitee.com/*"
  ]
}