HRBLADE Talent Cliper
Find and invite talent directly from social media and job serach platforms to HRBLADE
Was ist HRBLADE Talent Cliper?
HRBLADE Talent Cliper ist eine Chrome-Erweiterung, die von https://hrblade.com entwickelt wurde, und ihr Hauptmerkmal ist "Find and invite talent directly from social media and job serach platforms to HRBLADE".
Erweiterungsscreenshots
HRBLADE Talent Cliper-Erweiterungs-CRX-Datei herunterladen
Laden Sie HRBLADE Talent Cliper-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | iohbgjjkagogoaklmgoekloikpekcfog |
Offizielle URL | https://chromewebstore.google.com/detail/hrblade-talent-cliper/iohbgjjkagogoaklmgoekloikpekcfog |
Beschreibung | Find and invite talent directly from social media and job serach platforms to HRBLADE |
Dateigröße | 78.72 KB |
Installationsanzahl | 10 |
Aktuelle Version | 1.0.1 |
Letztes Update | 2022-02-10 |
Veröffentlichungsdatum | 2021-07-07 |
Bewertung | 5.00/5 Insgesamt 5 Bewertungen |
Entwickler | https://hrblade.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://hrblade.com |
Hilfeseite URL | https://hrblade.com/docs |
URL der Datenschutzrichtlinien-Seite | https://hrblade.com/privacy |
Unterstützte Sprachen | 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" } |