Talent CRM Source Extension

This extension works on top of your favorite sourcing websites to handle automated e-mail outreach and ATS sync.

Talent CRM Source Extension क्या है?

Talent CRM Source Extension https://chatkick.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension works on top of your favorite sourcing websites to handle automated e-mail outreach and ATS sync."।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Chatkick's Talent CRM Sourcing Extension lets you send candidate outreach while sourcing from the platforms you know and trust.

Customers who use our product consistently have seen improvements to their response rate by up to 250%. 

This extension works on most websites and allows you to find contact information, automate outreach campaigns, and schedule follow-up reminders.

We're integrated with all major email providers, and most major ATS vendors.

If you are interested in more information on how Talent CRM can help you scale your personalized candidate outreach, feel free to head over to our website. 

In order to use this extension you will need a Talent CRM account.                    

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

नाम Talent CRM Source Extension Talent CRM Source Extension
ID efpmfikikojpigfhfgjjmbmkapboliio
आधिकारिक URL https://chromewebstore.google.com/detail/talent-crm-source-extensi/efpmfikikojpigfhfgjjmbmkapboliio
विवरण This extension works on top of your favorite sourcing websites to handle automated e-mail outreach and ATS sync.
फ़ाइल का आकार 3.51 MB
स्थापना संख्या 207
वर्तमान संस्करण 3.8.0
अंतिम अपडेट 2024-01-31
प्रकाशन तिथि 2022-08-11
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर https://chatkick.com
ईमेल [email protected]
भुगतान के प्रकार in_app
एक्सटेंशन वेबसाइट https://chatkick.com/products/talent-crm
सहायता पृष्ठ URL https://chatkick.com
गोपनीयता नीति पृष्ठ URL https://chatkick.com/privacy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsJUSAcDDweZMiGjrUaxtXn3WloaHr02lMG+zC6RbIlxcP9A74EacmeEGDrmDm6SkhTjCyfjTrJfmUt089XXWEG2SThcr3q1QiqTM5ifB8u2qzL7\/zPGoaxyUsc8vbwUJhedKIWaZgr3DunXWBSrfJuRzMWqmG4Dkf0huWYr+yBqDkoeasUnYgCN6zXdRUUy0KgIyyN5KO+aWHZyYpYnB2Zv343f\/tLZgSpQJNCwWEVZ3+2pMHDXEvpdbKpK4Ks2QyPYNUIkRCBdxPMDWwF+YwtXl3xMzFEX8Y1n+\/fmPlNFd+4kWWG6izz4bMt+xTmxoDHJJPZhXi1Mv2UT2w+o9awIDAQAB",
    "manifest_version": 3,
    "name": "Talent CRM Source Extension",
    "description": "This extension works on top of your favorite sourcing websites to handle automated e-mail outreach and ATS sync.",
    "version": "3.8.0",
    "background": {
        "service_worker": "serviceWorker.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "favicon-32x32.png"
    },
    "icons": {
        "32": "icon32.png",
        "64": "icon64.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "js": [
                "contentScript.js"
            ],
            "matches": [
                "*:\/\/*.42jobs.io\/*",
                "*:\/\/*.amazinghiring.com\/*",
                "*:\/\/*.angel.co\/*",
                "*:\/\/*.app.bullhornstaffing.com\/*",
                "*:\/\/*.app.hiretual.com\/*",
                "*:\/\/*.catsone.com\/*",
                "*:\/\/*.crelate.com\/*",
                "*:\/\/*.dice.com\/*",
                "*:\/\/*.facebook.com\/*",
                "*:\/\/*.force.com\/*",
                "*:\/\/*.github.com\/*",
                "*:\/\/*.greenhouse.io\/*",
                "*:\/\/*.herokuapp.com\/*",
                "*:\/\/*.hiringsolved.com\/*",
                "*:\/\/*.hired.com\/*",
                "*:\/\/*.hireez.com\/*",
                "*:\/\/*.indeed.com\/*",
                "*:\/\/*.linkedin.com\/*",
                "*:\/\/*.lever.co\/*",
                "*:\/\/*.mirrorplacement.com\/*",
                "*:\/\/*.mycompas.com\/*",
                "*:\/\/*.stackoverflow.com\/*",
                "*:\/\/*.monster.com\/*",
                "*:\/\/*.seekout.com\/*",
                "*:\/\/*.sourcewell.io\/*",
                "*:\/\/*.thrivetrm.com\/*",
                "*:\/\/*.chatkick.com\/*",
                "*:\/\/*.stagingck.com\/*",
                "*:\/\/*.devck.io\/*",
                "*:\/\/*.twitter.com\/*",
                "*:\/\/*.ufind.name\/*",
                "*:\/\/*.ycombinator.com\/*",
                "*:\/\/*.ziprecruiter.com\/*",
                "*:\/\/*.humanpredictions.io\/*",
                "*:\/\/*.devck.io\/*",
                "*:\/\/*.stagingck.com\/*",
                "http:\/\/localhost\/*"
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/*.42jobs.io\/*",
        "*:\/\/*.amazinghiring.com\/*",
        "*:\/\/*.angel.co\/*",
        "*:\/\/*.app.bullhornstaffing.com\/*",
        "*:\/\/*.app.hiretual.com\/*",
        "*:\/\/*.catsone.com\/*",
        "*:\/\/*.crelate.com\/*",
        "*:\/\/*.dice.com\/*",
        "*:\/\/*.facebook.com\/*",
        "*:\/\/*.force.com\/*",
        "*:\/\/*.github.com\/*",
        "*:\/\/*.greenhouse.io\/*",
        "*:\/\/*.herokuapp.com\/*",
        "*:\/\/*.hiringsolved.com\/*",
        "*:\/\/*.hired.com\/*",
        "*:\/\/*.hireez.com\/*",
        "*:\/\/*.indeed.com\/*",
        "*:\/\/*.linkedin.com\/*",
        "*:\/\/*.lever.co\/*",
        "*:\/\/*.mirrorplacement.com\/*",
        "*:\/\/*.mycompas.com\/*",
        "*:\/\/*.stackoverflow.com\/*",
        "*:\/\/*.monster.com\/*",
        "*:\/\/*.seekout.com\/*",
        "*:\/\/*.sourcewell.io\/*",
        "*:\/\/*.trinsly.com\/*",
        "*:\/\/*.chatkick.com\/*",
        "*:\/\/*.stagingck.com\/*",
        "*:\/\/*.devck.io\/*",
        "*:\/\/*.thrivetrm.com\/*",
        "*:\/\/*.twitter.com\/*",
        "*:\/\/*.ufind.name\/*",
        "*:\/\/*.ycombinator.com\/*",
        "*:\/\/*.ziprecruiter.com\/*",
        "*:\/\/*.humanpredictions.io\/*",
        "*:\/\/*.zo8hphqpx9.execute-api.us-east-1.amazonaws.com\/*",
        "*:\/\/*.cmuc39734b.execute-api.us-east-1.amazonaws.com\/*",
        "*:\/\/*.57tz6ze7sj.execute-api.us-east-1.amazonaws.com\/*",
        "http:\/\/localhost\/*"
    ],
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        "webRequest"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "index.html",
                "static\/*",
                "asset-manifest.json"
            ],
            "matches": [
                "*:\/\/*.42jobs.io\/*",
                "*:\/\/*.amazinghiring.com\/*",
                "*:\/\/*.angel.co\/*",
                "*:\/\/*.app.bullhornstaffing.com\/*",
                "*:\/\/*.app.hiretual.com\/*",
                "*:\/\/*.catsone.com\/*",
                "*:\/\/*.crelate.com\/*",
                "*:\/\/*.dice.com\/*",
                "*:\/\/*.facebook.com\/*",
                "*:\/\/*.force.com\/*",
                "*:\/\/*.github.com\/*",
                "*:\/\/*.greenhouse.io\/*",
                "*:\/\/*.herokuapp.com\/*",
                "*:\/\/*.hiringsolved.com\/*",
                "*:\/\/*.hired.com\/*",
                "*:\/\/*.hireez.com\/*",
                "*:\/\/*.indeed.com\/*",
                "*:\/\/*.linkedin.com\/*",
                "*:\/\/*.lever.co\/*",
                "*:\/\/*.mirrorplacement.com\/*",
                "*:\/\/*.mycompas.com\/*",
                "*:\/\/*.stackoverflow.com\/*",
                "*:\/\/*.monster.com\/*",
                "*:\/\/*.seekout.com\/*",
                "*:\/\/*.sourcewell.io\/*",
                "*:\/\/*.thrivetrm.com\/*",
                "*:\/\/*.chatkick.com\/*",
                "*:\/\/*.stagingck.com\/*",
                "*:\/\/*.devck.io\/*",
                "*:\/\/*.twitter.com\/*",
                "*:\/\/*.ufind.name\/*",
                "*:\/\/*.ycombinator.com\/*",
                "*:\/\/*.ziprecruiter.com\/*",
                "*:\/\/*.humanpredictions.io\/*",
                "*:\/\/*.example.com\/*",
                "http:\/\/localhost\/*"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "http:\/\/localhost\/*",
            "https:\/\/*.chatkick.com\/*",
            "https:\/\/*.devck.io\/*",
            "https:\/\/*.stagingck.com\/*"
        ]
    }
}