tidyhire
tidyhire is a sourcing assistant for recruiters to find and engage relevant candidates at scale. The tidyhire Chrome extension is…
Was ist tidyhire?
tidyhire ist eine Chrome-Erweiterung, die von https://tidyhire.app entwickelt wurde, und ihr Hauptmerkmal ist "tidyhire is a sourcing assistant for recruiters to find and engage relevant candidates at scale. The tidyhire Chrome extension is…".
Erweiterungsscreenshots
tidyhire-Erweiterungs-CRX-Datei herunterladen
Laden Sie tidyhire-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
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!
Grundlegende Informationen zur Erweiterung
Name | tidyhire |
ID | adkamkdaglbaejnfobbahegfiinjonme |
Offizielle URL | https://chromewebstore.google.com/detail/tidyhire/adkamkdaglbaejnfobbahegfiinjonme |
Beschreibung | tidyhire is a sourcing assistant for recruiters to find and engage relevant candidates at scale. The tidyhire Chrome extension is… |
Dateigröße | 558 KB |
Installationsanzahl | 112 |
Aktuelle Version | 1.0.31 |
Letztes Update | 2024-02-17 |
Veröffentlichungsdatum | 2022-07-21 |
Bewertung | 5.00/5 Insgesamt 6 Bewertungen |
Entwickler | https://tidyhire.app |
[email protected] | |
Zahlungsart | free |
URL der Datenschutzrichtlinien-Seite | https://tidyhire.app/privacy |
Unterstützte Sprachen | 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": [ " |