Taleez Sourcing
Importez les profils intéressants trouvés sur le web directement dans Taleez.
Taleez Sourcing क्या है?
Taleez Sourcing https://taleez.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Importez les profils intéressants trouvés sur le web directement dans Taleez."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Taleez Sourcing एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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\/*" ] } } |