Reczee Wand

Reczee Wand

Reczee Wand helps you to quickly perform your recruitment tasks with advanced automation.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Reczee Wand",
  "description": "Reczee Wand helps you to quickly perform your recruitment tasks with advanced automation.",
  "version": "2.2.0",
  "manifest_version": 3,
  "background": {
    "service_worker": "prod-assets/background.js"
  },
  "permissions": [
    "tabs",
    "scripting"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://www.linkedin.com/hiring/jobs/*/applicants/*/detail",
        "https://recruit.updazz.com/job/*/applications",
        "https://recruit.iimjobs.com/job/*/applications",
        "https://recruit.hirist.tech/job/*/applications"
      ],
      "js": [
        "prod-assets/content.js"
      ],
      "run_at": "document_start"
    }
  ],
  "host_permissions": [
    "https://www.linkedin.com/hiring/jobs/*/applicants/*/detail",
    "https://recruit.updazz.com/job/*/applications",
    "https://api-rec.updazz.com/resume/*",
    "https://recruit.iimjobs.com/job/*/applications",
    "https://api-rec.iimjobs.com/resume/*",
    "https://recruit.hirist.tech/job/*/applications",
    "https://api-rec.hirist.tech/resume/*"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "/images/reczee-16-16.png",
      "32": "/images/reczee-32-32.png",
      "48": "/images/reczee-48-48.png",
      "128": "/images/reczee-128-128.png"
    }
  },
  "icons": {
    "16": "/images/reczee-16-16.png",
    "32": "/images/reczee-32-32.png",
    "48": "/images/reczee-48-48.png",
    "128": "/images/reczee-128-128.png"
  }
}