attract.ai

Manage your talent sourcing workflow. Note: this plugin requires an attract.ai account.

attract.ai क्या है?

attract.ai https://attract.ai द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Manage your talent sourcing workflow. Note: this plugin requires an attract.ai account."।

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

screenshot
screenshot
screenshot

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

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

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

                        Requires an attract.ai account -- visit our website to sign up.

Manage your talent pipelines, access message templates from the worlds best talent sourcers, and write, save, share, and send your own customisable templates.

🚀 Fast & Simple
Search & Message candidates in your attract.ai pipeline.

💡 Messaging Inspiration
Access outreach message templates written by the worlds best talent sourcers.

👱 Employer Branding
Your teams best performing messages accessible everywhere they source. Consistent Candidate Experience at scale.                    

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

नाम attract.ai attract.ai
ID leilgdlodkfpinieickphnogonghaocc
आधिकारिक URL https://chromewebstore.google.com/detail/attractai/leilgdlodkfpinieickphnogonghaocc
विवरण Manage your talent sourcing workflow. Note: this plugin requires an attract.ai account.
फ़ाइल का आकार 40.19 KB
स्थापना संख्या 82
वर्तमान संस्करण 5.80.18.1834 r76851cdd
अंतिम अपडेट 2023-09-19
प्रकाशन तिथि 2022-07-12
रेटिंग 5.00/5 कुल 4 रेटिंग्स
डेवलपर https://attract.ai
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "5.80.18.1834",
    "name": "attract.ai",
    "description": "Manage your talent sourcing workflow. Note: this plugin requires an attract.ai account.",
    "version_name": "5.80.18.1834 r76851cdd",
    "manifest_version": 3,
    "icons": {
        "128": "icon-128.png"
    },
    "options_page": "options.html",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "attract.ai",
        "default_popup": "popup.html",
        "default_icon": "icon-128.png"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.linkedin.com\/*",
                "https:\/\/attract.ai\/static\/ersatz_*\/index.html"
            ],
            "js": [
                "content_script.js"
            ]
        },
        {
            "world": "MAIN",
            "matches": [
                "https:\/\/*.linkedin.com\/*",
                "https:\/\/attract.ai\/static\/ersatz_*\/index.html"
            ],
            "js": [
                "content_script_aai_n.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/*.linkedin.com\/*",
                "https:\/\/attract.ai\/*"
            ],
            "resources": [
                "icon-128.png",
                "icon-128-development.png",
                "wrapper.html",
                "attract-logo-white.svg"
            ]
        }
    ]
}