WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
HackerRank QuickApply

HackerRank QuickApply

View on Chrome Web Store
View HackerRank QuickApply Chrome Extension on Chrome Web Store
Add to bookmarks
4.4 (8 ratings)
1 new ratings
1 views
This extension has been viewed 1 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Instantly apply to any job with a single click
Type
Extension
Users
4,000 users
1K
Website hackerrank.com
chrome-extension-developers
View author page of chrome-extension-developers
Published
Published on January 8, 2024
Version 2.2.5
Manifest version
3
Updated
Updated on January 22, 2025
productivity/workflow
Extension Category
Website
Visit developer website
View on Chrome Web Store
View HackerRank QuickApply Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "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>"
            ]
        }
    ]
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top