attract.ai

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

什麼是attract.ai?

attract.ai是由https://attract.ai開發的Chrome擴展程式,該擴展的主要功能是“Manage your talent sourcing workflow. Note: this plugin requires an attract.ai account.”。

擴展截圖

screenshot
screenshot
screenshot

下載attract.ai擴展crx文件

下載attract.ai擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
            ]
        }
    ]
}