Glints TalentRadar

Supercharge your sourcing efforts.

Glints TalentRadar क्या है?

Glints TalentRadar https://glints.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Supercharge your sourcing efforts."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Glints TalentRadar एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        For Glints recruiters, it adds talent profiles from external sites into TalentHunt, which enables them to then add into their pipelines.                    

एक्सटेंशन की मूल जानकारी

नाम Glints TalentRadar Glints TalentRadar
ID jkndcaeieneegkffkmfnkgehafphaicb
आधिकारिक URL https://chromewebstore.google.com/detail/glints-talentradar/jkndcaeieneegkffkmfnkgehafphaicb
विवरण Supercharge your sourcing efforts.
फ़ाइल का आकार 105 KB
स्थापना संख्या 115
वर्तमान संस्करण 2.1.0
अंतिम अपडेट 2024-01-26
प्रकाशन तिथि 2020-11-18
डेवलपर https://glints.com
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.1.0",
    "description": "Supercharge your sourcing efforts.",
    "manifest_version": 3,
    "name": "Glints TalentRadar",
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "background": {
        "service_worker": "vendors\/background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.cakeresume.com\/*"
            ],
            "run_at": "document_start",
            "js": [
                "vendors\/cakeresume\/content.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.linkedin.com\/*"
            ],
            "run_at": "document_start",
            "js": [
                "vendors\/linkedin\/content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "vendors\/cakeresume\/inject.js",
                "vendors\/linkedin\/inject.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": {
        "default_popup": "popup\/index.html",
        "default_icon": {
            "16": "icons\/16.png",
            "32": "icons\/32.png",
            "48": "icons\/48.png",
            "128": "icons\/128.png"
        }
    },
    "permissions": [
        "storage",
        "management"
    ],
    "host_permissions": [
        "https:\/\/*.bugsnag.com\/*",
        "https:\/\/*.glints.com\/*"
    ]
}