tidyhire
tidyhire is a sourcing assistant for recruiters to find and engage relevant candidates at scale. The tidyhire Chrome extension is…
Cos'è tidyhire?
tidyhire è un'estensione di Chrome sviluppata da https://tidyhire.app, e la sua funzione principale è "tidyhire is a sourcing assistant for recruiters to find and engage relevant candidates at scale. The tidyhire Chrome extension is…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione tidyhire
Scarica i file di estensione tidyhire in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
tidyhire is a sourcing assistant for recruiters to find and engage relevant candidates at scale. The tidyhire Chrome extension is the perfect tool for recruiters who want to increase their talent pipeline and find the best candidates for their open roles. Features: → Find email and phone numbers of almost any candidate → AI-assisted email and LinkedIn message writing → Email open and reply tracking → Automated and personalized engagement sequences Benefits: → Save time and effort on sourcing → Find the best candidates for your open roles → Increase your response rates → Close more positions 👉 Install the tidyhire Chrome extension today and start sourcing like a pro!
Informazioni di Base sull'Estensione
Nome | tidyhire |
ID | adkamkdaglbaejnfobbahegfiinjonme |
URL Ufficiale | https://chromewebstore.google.com/detail/tidyhire/adkamkdaglbaejnfobbahegfiinjonme |
Descrizione | tidyhire is a sourcing assistant for recruiters to find and engage relevant candidates at scale. The tidyhire Chrome extension is… |
Dimensione del File | 558 KB |
Conteggio Installazioni | 112 |
Versione Corrente | 1.0.31 |
Ultimo Aggiornamento | 2024-02-17 |
Data di Pubblicazione | 2022-07-21 |
Valutazione | 5.00/5 Totale 6 Valutazioni |
Sviluppatore | https://tidyhire.app |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://tidyhire.app/privacy |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "tidyhire", "version": "1.0.31", "action": { "default_icon": { "16": "assets\/icon16.png", "48": "assets\/icon48.png", "128": "assets\/icon128.png" }, "default_title": "Popup Sample", "default_popup": "popup\/index.html" }, "icons": { "16": "assets\/icon16.png", "48": "assets\/icon48.png", "128": "assets\/icon128.png" }, "background": { "service_worker": "background.js", "type": "module" }, "content_scripts": [ { "matches": [ "*:\/\/*.linkedin.com\/*" ], "run_at": "document_start", "js": [ "content-scripts\/import-main.js" ] } ], "web_accessible_resources": [ { "resources": [ "assets\/*.png", "content-scripts\/options.html", "content-scripts\/messageBox.html" ], "matches": [ " |