RecruiterGPT

AI For Recruiters

Τι είναι το RecruiterGPT;

Το RecruiterGPT είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://recruitergpt.com, και η κύρια λειτουργία του είναι "AI For Recruiters".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης RecruiterGPT

Λήψη αρχείων επέκτασης RecruiterGPT σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα RecruiterGPT RecruiterGPT
ID bgmocpjdgcjmdjbklijdgnalkleckpbf
Επίσημο URL https://chromewebstore.google.com/detail/recruitergpt/bgmocpjdgcjmdjbklijdgnalkleckpbf
Περιγραφή AI For Recruiters
Μέγεθος Αρχείου 11.2 MB
Αριθμός Εγκαταστάσεων 523
Τρέχουσα Έκδοση 2.0.229
Τελευταία Ενημέρωση 2024-03-04
Ημερομηνία Δημοσίευσης 2021-12-22
Αξιολόγηση 4.91/5 Συνολικά 11 Αξιολογήσεις
Προγραμματιστής https://recruitergpt.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://recruitergpt.com
Διεύθυνση URL της Σελίδας Βοήθειας https://recruitergpt.com/support
URL της Σελίδας Πολιτικής Απορρήτου https://recruitergpt.com/privacy-policy
Υποστηριζόμενες Γλώσσες 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"
}