HRBLADE Talent Cliper
Find and invite talent directly from social media and job serach platforms to HRBLADE
Qu'est-ce que HRBLADE Talent Cliper ?
HRBLADE Talent Cliper est une extension Chrome développée par https://hrblade.com, et sa fonction principale est "Find and invite talent directly from social media and job serach platforms to HRBLADE".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension HRBLADE Talent Cliper
Téléchargez les fichiers d'extension HRBLADE Talent Cliper au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Find and invite talent directly from social media and job serach platforms to HRBLADE Install HRBLADE's Talent Clipper and invite candidates directly from LinkedIn, Facebook, Indeed, HH, SuperJob, without having to pull up your HRBLADE account. Invite candidate to a video interview in one click from website.
Informations de Base sur l'Extension
Nom | |
ID | iohbgjjkagogoaklmgoekloikpekcfog |
URL Officiel | https://chromewebstore.google.com/detail/hrblade-talent-cliper/iohbgjjkagogoaklmgoekloikpekcfog |
Description | Find and invite talent directly from social media and job serach platforms to HRBLADE |
Taille du Fichier | 78.72 KB |
Nombre d'Installations | 10 |
Version Actuelle | 1.0.1 |
Dernière Mise à Jour | 2022-02-10 |
Date de Publication | 2021-07-07 |
Évaluation | 5.00/5 Total 5 Évaluations |
Développeur | https://hrblade.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://hrblade.com |
URL de la Page d'Aide | https://hrblade.com/docs |
URL de la Page de Politique de Confidentialité | https://hrblade.com/privacy |
Langues Prises en Charge | de,en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": true, "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icons\/logo.png", "default_popup": "popup\/popup.html", "default_title": "HRBLADE Talent Cliper" }, "default_locale": "en", "description": "Find and invite talent directly from social media and job serach platforms to HRBLADE", "manifest_version": 2, "name": "HRBLADE Talent Cliper", "permissions": [ "tabs", "storage", "https:\/\/hh.ru\/resume\/*", "https:\/\/hh.kz\/resume\/*", "https:\/\/rabota.by\/resume\/*", "https:\/\/jobs.tut.by\/resume\/*", "https:\/\/superjob.ru\/resume\/*", "https:\/\/*.indeed.com\/*", "https:\/\/*.linkedin.com\/*" ], "version": "1.0.1" } |