Examine source code of HackerRank QuickApply

Inspect and view changes in HackerRank QuickApply source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "HackerRank QuickApply",
  "description": "Instantly apply to any job with a single click",
  "version": "2.2.5",
  "homepage_url": "https://hackerrank.com/",
  "action": {
    "default_title": "HackerRank QuickApply",
    "default_icon": {
      "16": "icons/icon16.png",
      "32": "icons/icon32.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "permissions": [
    "storage",
    "activeTab",
    "tabs"
  ],
  "background": {
    "service_worker": "background.bundle.js",
    "type": "module"
  },
  "content_scripts": [
    {
      "matches": [
        "*://boards.greenhouse.io/*/jobs/*",
        "*://boards.greenhouse.io/embed/job_app*",
        "*://*.myworkdayjobs.com/*/*/job/*/*/apply/applyManually*",
        "*://*.myworkdayjobs.com/*/*/job/*/*/apply",
        "*://*.myworkdayjobs.com/*/*/job/*",
        "*://*.myworkdayjobs.com/*/job/*",
        "*://jobs.smartrecruiters.com/oneclick-ui/company/*/publication/*",
        "*://jobs.smartrecruiters.com/oneclick-ui/company/*/job/*",
        "*://jobs.lever.co/*/*/apply",
        "*://jobs.eu.lever.co/*/*/apply",
        "*://careers.avature.net/*/*",
        "*://hackerrank.com/quickapply/thanks",
        "*://*.hackerrank.com/quickapply/thanks",
        "http://localhost:8090/quickapply/thanks",
        "*://apply.workable.com/*/j/*/apply/"
      ],
      "exclude_matches": [
        "*://jobs.smartrecruiters.com/oneclick-ui/company/*/publication/*/success*",
        "*://jobs.smartrecruiters.com/oneclick-ui/company/*/job/*/success*",
        "*://careers.avature.net/*/Dashboard",
        "*://careers.avature.net/*/SearchJobs/*",
        "*://careers.avature.net/*/JobDetail/*",
        "*://careers.avature.net/*/JobDetail*",
        "*://careers.avature.net/*/SearchJobs*",
        "*://careers.avature.net/en_US/main",
        "*://careers.avature.net/en_US/main/Success*"
      ],
      "css": [
        "main.css"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "https://boards.greenhouse.io/*/jobs/*",
        "*://boards.greenhouse.io/embed/job_app*"
      ],
      "exclude_matches": [
        "https://boards.greenhouse.io/*/jobs/*/confirmation"
      ],
      "css": [
        "styles/greenhouse/greenhouse.css"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "*://*.myworkdayjobs.com/*/jobs/login*",
        "*://*.myworkdayjobs.com/*/*/job/*",
        "*://*.myworkdayjobs.com/*/job/*",
        "*://*.myworkdayjobs.com/*/*/job/*/*/apply/applyManually*",
        "*://*.myworkdayjobs.com/*/*/job/*/*/apply"
      ],
      "exclude_matches": [],
      "css": [
        "styles/workday/workday.css",
        "styles/workday/workday-apply.css"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "*://jobs.lever.co/*/*/apply"
      ],
      "exclude_matches": [],
      "css": [
        "styles/lever/lever.css"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "*://jobs.eu.lever.co/*/*/apply"
      ],
      "exclude_matches": [],
      "css": [
        "styles/lever/lever_eu.css"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "*://apply.workable.com/*/j/*/apply/"
      ],
      "exclude_matches": [],
      "css": [
        "styles/workable/workable.css"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "*://*.myworkdayjobs.com/*/*/job/*/*/apply/applyManually*",
        "*://*.myworkdayjobs.com/*/*/job/*/*/apply"
      ],
      "exclude_matches": [],
      "css": [
        "styles/workday/workday-apply.css"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "*://jobs.smartrecruiters.com/*/*"
      ],
      "exclude_matches": [
        "*://jobs.smartrecruiters.com/oneclick-ui/company/*/publication/*",
        "*://jobs.smartrecruiters.com/oneclick-ui/company/*/job/*"
      ],
      "css": [
        "styles/smartrecruiters/description.css"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "*://careers.avature.net/*/*"
      ],
      "exclude_matches": [
        "*://careers.avature.net/*/Dashboard",
        "*://careers.avature.net/*/SearchJobs/*",
        "*://careers.avature.net/*/JobDetail/*",
        "*://careers.avature.net/*/JobDetail*",
        "*://careers.avature.net/*/SearchJobs*",
        "*://careers.avature.net/en_US/main",
        "*://careers.avature.net/en_US/main/Success*"
      ],
      "css": [
        "styles/avature/avature.css"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "*://jobs.smartrecruiters.com/oneclick-ui/company/*/publication/*",
        "*://jobs.smartrecruiters.com/oneclick-ui/company/*/job/*"
      ],
      "exclude_matches": [
        "*://jobs.smartrecruiters.com/oneclick-ui/company/*/publication/*/success*",
        "*://jobs.smartrecruiters.com/oneclick-ui/company/*/job/*/success*"
      ],
      "css": [
        "styles/smartrecruiters/smartrecruiters.css"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "*://*/*"
      ],
      "exclude_matches": [
        "*://careers.avature.net/*/Dashboard",
        "*://careers.avature.net/*/SearchJobs/*",
        "*://careers.avature.net/*/JobDetail/*",
        "*://careers.avature.net/*/JobDetail*",
        "*://careers.avature.net/*/SearchJobs*",
        "*://careers.avature.net/en_US/main",
        "*://careers.avature.net/en_US/main/Success*"
      ],
      "js": [
        "contentScript.bundle.js"
      ],
      "run_at": "document_end",
      "all_frames": false
    }
  ],
  "externally_connectable": {
    "matches": [
      "*://localhost/*",
      "*://hackerrank.com/*",
      "*://*.hackerrank.com/*",
      "*://*.private.hackerrank.link/*"
    ]
  },
  "web_accessible_resources": [
    {
      "resources": [
        "main.css",
        "styles/smartrecruiters/smartrecruiters.css",
        "quick-apply.svg",
        "styles/workday/workday.css",
        "styles/workday/workday-apply.css",
        "styles/oracle/oracle.css"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}