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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } ] } |