attract.ai
Manage your talent sourcing workflow. Note: this plugin requires an attract.ai account.
attract.ai là gì?
attract.ai là một tiện ích mở rộng Chrome được phát triển bởi https://attract.ai, và tính năng chính của nó là "Manage your talent sourcing workflow. Note: this plugin requires an attract.ai account.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng attract.ai
Tải xuống các tệp mở rộng attract.ai dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | attract.ai |
ID | leilgdlodkfpinieickphnogonghaocc |
URL Chính Thức | https://chromewebstore.google.com/detail/attractai/leilgdlodkfpinieickphnogonghaocc |
Mô tả | Manage your talent sourcing workflow. Note: this plugin requires an attract.ai account. |
Kích Thước Tệp | 40.19 KB |
Số Lần Cài Đặt | 82 |
Phiên Bản Hiện Tại | 5.80.18.1834 r76851cdd |
Cập Nhật Lần Cuối | 2023-09-19 |
Ngày Phát Hành | 2022-07-12 |
Đánh Giá | 5.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | https://attract.ai |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |