HRBLADE Talent Cliper
Find and invite talent directly from social media and job serach platforms to HRBLADE
Apa itu HRBLADE Talent Cliper?
HRBLADE Talent Cliper adalah ekstensi Chrome yang dikembangkan oleh https://hrblade.com, dan fitur utamanya adalah "Find and invite talent directly from social media and job serach platforms to HRBLADE".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi HRBLADE Talent Cliper
Unduh file ekstensi HRBLADE Talent Cliper dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | iohbgjjkagogoaklmgoekloikpekcfog |
URL Resmi | https://chromewebstore.google.com/detail/hrblade-talent-cliper/iohbgjjkagogoaklmgoekloikpekcfog |
Deskripsi | Find and invite talent directly from social media and job serach platforms to HRBLADE |
Ukuran File | 78.72 KB |
Jumlah Instalasi | 10 |
Versi Saat Ini | 1.0.1 |
Terakhir Diperbarui | 2022-02-10 |
Tanggal Publikasi | 2021-07-07 |
Penilaian | 5.00/5 Total 5 Penilaian |
Pengembang | https://hrblade.com |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://hrblade.com |
URL Halaman Bantuan | https://hrblade.com/docs |
URL Halaman Kebijakan Privasi | https://hrblade.com/privacy |
Bahasa yang Didukung | 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" } |