attract.ai
Manage your talent sourcing workflow. Note: this plugin requires an attract.ai account.
Co je attract.ai?
attract.ai je rozšíření Chrome vyvinuté https://attract.ai, a jeho hlavní funkcí je „Manage your talent sourcing workflow. Note: this plugin requires an attract.ai account.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření attract.ai
Stáhněte si soubory rozšíření attract.ai ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | attract.ai |
ID | leilgdlodkfpinieickphnogonghaocc |
Oficiální URL | https://chromewebstore.google.com/detail/attractai/leilgdlodkfpinieickphnogonghaocc |
Popis | Manage your talent sourcing workflow. Note: this plugin requires an attract.ai account. |
Velikost souboru | 40.19 KB |
Počet instalací | 82 |
Aktuální Verze | 5.80.18.1834 r76851cdd |
Poslední Aktualizace | 2023-09-19 |
Datum Vydání | 2022-07-12 |
Hodnocení | 5.00/5 Celkem 4 Hodnocení |
Vývojář | https://attract.ai |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" ] } ] } |