Taleez Sourcing
Importez les profils intéressants trouvés sur le web directement dans Taleez.
Taleez Sourcing란 무엇입니까?
Taleez Sourcing은(는) https://taleez.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Importez les profils intéressants trouvés sur le web directement dans Taleez."입니다.
확장 프로그램 스크린샷
Taleez Sourcing 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Trouvez des candidats talentueux et importez-les dans votre compte Taleez. Cherchez un candidat sur le web, allez sur son profil puis cliquez sur l'icône Taleez, située en haut à droite de votre navigateur, pour sauvegarder les informations du candidat. Ensuite choisissez à quel recrutement ou vivier rattacher ce nouveau candidat. Voilà c'est fait. Avec l'extension Taleez Sourcing vous pouvez être actif dans vos campagnes de recrutements. En plus, certains sites d'emploi sont supportés automatiquement : Linkedin, Apec, Pôle Emploi 🤫 L'extension Taleez Sourcing est compatible avec les navigateurs Chrome et Edge.
확장 프로그램 기본 정보
이름 | Taleez Sourcing |
ID | mgnkdppbhhknjlnielapfjamkmpoleoe |
공식 URL | https://chromewebstore.google.com/detail/taleez-sourcing/mgnkdppbhhknjlnielapfjamkmpoleoe |
설명 | Importez les profils intéressants trouvés sur le web directement dans Taleez. |
파일 크기 | 782 KB |
설치 횟수 | 657 |
현재 버전 | 3.3.14 |
최근 업데이트 | 2024-01-31 |
출시 날짜 | 2020-06-16 |
평점 | 5.00/5 총 13 개의 평점 |
개발자 | https://taleez.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://taleez.com |
도움말 페이지 URL | https://help.taleez.com |
개인정보 보호 정책 페이지 URL | https://taleez.com/w/legals/politique-de-confidentialite-et-cookies |
지원되는 언어 | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Taleez Sourcing", "version": "3.3.14", "description": "Importez les profils int\u00e9ressants trouv\u00e9s sur le web directement dans Taleez.", "manifest_version": 3, "permissions": [ "activeTab", "webRequest", "tabs", "storage" ], "host_permissions": [ "*:\/\/*\/*" ], "background": { "service_worker": "background.js" }, "action": { "default_icon": { "16": "images\/icons\/taleez_16.png", "32": "images\/icons\/taleez_32.png", "48": "images\/icons\/taleez_48.png", "128": "images\/icons\/taleez_128.png" } }, "icons": { "16": "images\/icons\/taleez_16.png", "32": "images\/icons\/taleez_32.png", "48": "images\/icons\/taleez_48.png", "128": "images\/icons\/taleez_128.png" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "content_scripts": [ { "css": [ ".\/styles.css" ], "matches": [ "*:\/\/*\/*" ] }, { "js": [ "content.js" ], "matches": [ "*:\/\/*\/*" ] }, { "js": [ "sidepanel\/sidepanel.js" ], "matches": [ "*:\/\/*\/*" ] } ], "web_accessible_resources": [ { "resources": [ "sidepanel\/sidepanel.js" ], "matches": [ "*:\/\/*\/*" ] } ], "externally_connectable": { "matches": [ "https:\/\/taleez.com\/*", "https:\/\/app.taleez.com\/*", "https:\/\/app.pretaleez.com\/*", "https:\/\/pretaleez.com\/*", "http:\/\/localtaleez.com\/*", "http:\/\/localhost:4200\/*" ] } } |