Instant Apply

Instant Apply

Autofill your Job Applications and Analyze your Resume in one click

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Instant Apply",
  "description": "Autofill your Job Applications and Analyze your Resume in one click",
  "version": "0.0.0.20",
  "manifest_version": 3,
  "icons": {
    "16": "logo/logo.png",
    "48": "logo/logo.png",
    "128": "logo/logo.png"
  },
  "background": {
    "service_worker": "background.js",
    "type": "module"
  },
  "action": {
    "default_title": "Instant Apply",
    "default_popup": "background.html"
  },
  "permissions": [
    "storage",
    "tabs"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://*.boards.greenhouse.io/*"
      ],
      "js": [
        "dist/greenhouse.js"
      ]
    },
    {
      "matches": [
        "https://*.boards.eu.greenhouse.io/*"
      ],
      "js": [
        "dist/greenhouse.js"
      ]
    },
    {
      "matches": [
        "https://techstars.com/portfolio"
      ],
      "js": [
        "dist/techstars.js"
      ]
    },
    {
      "matches": [
        "https://crunchbase.com/*"
      ],
      "js": [
        "dist/crunchbase.js"
      ]
    },
    {
      "matches": [
        "https://www.crunchbase.com/*"
      ],
      "js": [
        "dist/crunchbase.js"
      ]
    },
    {
      "matches": [
        "https://www.ycombinator.com/companies/*"
      ],
      "js": [
        "dist/ycombinator.js"
      ]
    },
    {
      "matches": [
        "https://ycombinator.com/companies/*"
      ],
      "js": [
        "dist/ycombinator.js"
      ]
    },
    {
      "matches": [
        "https://www.techstars.com/portfolio"
      ],
      "js": [
        "dist/techstars.js"
      ]
    },
    {
      "matches": [
        "https://*.lever.co/*/apply"
      ],
      "js": [
        "dist/lever.js"
      ]
    },
    {
      "matches": [
        "https://*.jobs.ashbyhq.com/*"
      ],
      "js": [
        "dist/ashbyhq.js"
      ]
    },
    {
      "matches": [
        "https://jobs.smartrecruiters.com/*"
      ],
      "js": [
        "dist/smart.js"
      ]
    },
    {
      "matches": [
        "https://*.breezy.hr/*/apply"
      ],
      "js": [
        "dist/breezyhr.js"
      ]
    },
    {
      "matches": [
        "https://*.recruitee.com/*"
      ],
      "js": [
        "dist/recruitee.js"
      ]
    },
    {
      "matches": [
        "https://apply.workable.com/*/j/*"
      ],
      "js": [
        "dist/workable.js"
      ]
    },
    {
      "matches": [
        "https://jobs.workable.com/view/*"
      ],
      "js": [
        "dist/workable2.js"
      ]
    },
    {
      "matches": [
        "https://*.lever.co/*/thanks"
      ],
      "js": [
        "dist/submitlever.js"
      ]
    },
    {
      "matches": [
        "https://*.breezy.hr/*/submitted"
      ],
      "js": [
        "dist/submitbreezyhr.js"
      ]
    },
    {
      "matches": [
        "https://*.mail.google.com/mail/u/*"
      ],
      "js": [
        "dist/gmail.js"
      ]
    },
    {
      "matches": [
        "https://apply.workable.com/*"
      ],
      "js": [
        "dist/submitworkable.js"
      ]
    },
    {
      "matches": [
        "https://*.bamboohr.co.uk/*"
      ],
      "js": [
        "dist/bamboohr.js"
      ]
    },
    {
      "matches": [
        "https://*.bamboohr.com/careers/*"
      ],
      "js": [
        "dist/bamboohr.js"
      ]
    },
    {
      "matches": [
        "https://*.boards.greenhouse.io/*/confirmation"
      ],
      "js": [
        "dist/submitgreenhouse.js"
      ]
    },
    {
      "matches": [
        "https://*.boards.eu.greenhouse.io/*/confirmation"
      ],
      "js": [
        "dist/submitgreenhouse.js"
      ]
    },
    {
      "matches": [
        "https://instantapply.co/onboarding/*"
      ],
      "js": [
        "index.js",
        "config.js",
        "accesstoken.js"
      ]
    },
    {
      "matches": [
        "https://instantapply.co/dashboard"
      ],
      "js": [
        "index.js",
        "config.js",
        "accesstoken.js"
      ]
    }
  ]
}