attract.ai
Manage your talent sourcing workflow. Note: this plugin requires an attract.ai account.
attract.aiคืออะไร?
attract.ai เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://attract.ai และคุณลักษณะหลักของมันคือ "Manage your talent sourcing workflow. Note: this plugin requires an attract.ai account."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย attract.ai
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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" ] } ] } |