RecruiterGPT

AI For Recruiters

What is RecruiterGPT?

RecruiterGPT is a Chrome extension developed by https://recruitergpt.com, and its main feature is "AI For Recruiters".

Extension Screenshots

screenshot
screenshot

Download RecruiterGPT Extension CRX File

Download RecruiterGPT extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Save up to 4 hours a day by automating the reading, thinking and writing that goes into being a Recruiter or Sourcer. 

It's simple enough for your mom to use but powerful enough to make you 2.5x more effective.

Make more $$$$, with half the effort. 

RecruiterGPT is a free open source project.                    

Extension Basic Information

Name RecruiterGPT RecruiterGPT
ID bgmocpjdgcjmdjbklijdgnalkleckpbf
Official URL https://chromewebstore.google.com/detail/recruitergpt/bgmocpjdgcjmdjbklijdgnalkleckpbf
Description AI For Recruiters
File Size 11.2 MB
Installation Count 523
Current Version 2.0.229
Last Updated 2024-03-04
Publish Date 2021-12-22
Rating 4.91/5 Total 11 Ratings
Developer https://recruitergpt.com
Email [email protected]
Payment Type free
Extension Website https://recruitergpt.com
Help Page URL https://recruitergpt.com/support
Privacy Policy Page URL https://recruitergpt.com/privacy-policy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "RecruiterGPT",
    "description": "AI For Recruiters",
    "version": "2.0.229",
    "action": {
        "default_icon": "images\/icon128.png",
        "default_title": "RecruiterGPT"
    },
    "icons": {
        "128": "images\/icon128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "public\/font\/*",
                "public\/images\/*",
                "font\/*",
                "images\/*",
                "*.map",
                "*.css",
                "disableScrolling.mjs",
                "enableScrolling.mjs"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "exclude_matches": [
                "*:\/\/*.linkedin.com\/*",
                "*:\/\/*.github.com\/*",
                "http:\/\/localhost:6010\/*",
                "https:\/\/*.tombo.ai\/*",
                "https:\/\/*.dev.platform.tombo.ai\/*"
            ],
            "js": [
                "shared.mjs",
                "tracking.mjs"
            ],
            "css": [
                "shared.css"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "keywords.mjs"
            ],
            "css": [
                "shared.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.linkedin.com\/*"
            ],
            "exclude_globs": [
                "*:\/\/*.linkedin.com\/uas\/login*",
                "*:\/\/*.linkedin.com\/talent\/*",
                "*:\/\/*.linkedin.com\/talent\/search\/profile\/*",
                "*:\/\/*.linkedin.com\/oauth\/v2\/*",
                "*:\/\/linkedin.com\/oauth\/v2\/*"
            ],
            "js": [
                "shared.mjs",
                "content_script_li.mjs"
            ],
            "css": [
                "shared.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.linkedin.com\/talent\/*"
            ],
            "js": [
                "shared.mjs",
                "content_script_li_recruiter_new.mjs"
            ],
            "css": [
                "shared.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.linkedin.com\/talent\/search\/profile\/*"
            ],
            "js": [
                "shared.mjs",
                "content_script_li_recruiter_new.mjs"
            ],
            "css": [
                "shared.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.github.com\/*"
            ],
            "js": [
                "shared.mjs",
                "content_script_github.mjs"
            ],
            "css": [
                "shared.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "http:\/\/localhost:6010\/*",
                "https:\/\/*.tombo.ai\/*",
                "https:\/\/*.dev.platform.tombo.ai\/*"
            ],
            "js": [
                "shared.mjs",
                "content_script_platform.mjs"
            ],
            "css": [
                "shared.css"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": "serviceWorker.mjs",
        "type": "module"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.linkedin.com\/*",
            "https:\/\/*.github.com\/*",
            "http:\/\/localhost:6010\/*",
            "https:\/\/*.tombo.ai\/*",
            "https:\/\/*.dev.platform.tombo.ai\/*"
        ]
    },
    "permissions": [
        "scripting",
        "tabs",
        "cookies",
        "storage",
        "notifications"
    ],
    "host_permissions": [
        "https:\/\/*.tombo.ai\/*",
        "https:\/\/*.linkedin.com\/*",
        "https:\/\/*.github.com\/*",
        "https:\/\/*.mixpanel.com\/*"
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlwvAghrlAEQoIbjtRQxQuscWxRVGuG0z3T3MthXUTs4TO3meTg+1YcMfghOzwLF4fXncidTw7h9a0\/HzSjRc\/P+t0OWFswMr29l4+mnN\/uQuCQlii8LhT3XM8waTrky2nMa0svP0xjcUp4dkfCg+PNJqMb5tpeQ1RmAwaieYMwl8ujIlE79i2A5J06hCxvNqjLeZnAVb+9SzVTpTzfmbdkVO8q7vwyfgSuWUQ8ZuvbX2zCRjH3SeujZx6vShexlGaUX4gMa60tUA4XYBWJDljHZtSltZEY9nQ2iQuP5wKljyL7+sgbkCJRPqv5Y2rw9m9yadNg5RGPlZ42x1A5akMwIDAQAB"
}