Taleez Sourcing
Importez les profils intéressants trouvés sur le web directement dans Taleez.
Taleez Sourcingคืออะไร?
Taleez Sourcing เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://taleez.com และคุณลักษณะหลักของมันคือ "Importez les profils intéressants trouvés sur le web directement dans Taleez."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Taleez Sourcing
ดาวน์โหลดไฟล์ส่วนขยาย Taleez Sourcing ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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\/*" ] } } |