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.」です。
拡張機能のスクリーンショット
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.                     拡張機能の基本情報
| 名前 |   |  
| 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 | 
| Eメール | [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"
            ]
        }
    ]
}  |  |