tidyhire
tidyhire is a sourcing assistant for recruiters to find and engage relevant candidates at scale. The tidyhire Chrome extension is…
tidyhire क्या है?
tidyhire https://tidyhire.app द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "tidyhire is a sourcing assistant for recruiters to find and engage relevant candidates at scale. The tidyhire Chrome extension is…"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में tidyhire एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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!
एक्सटेंशन की मूल जानकारी
नाम | tidyhire |
ID | adkamkdaglbaejnfobbahegfiinjonme |
आधिकारिक URL | https://chromewebstore.google.com/detail/tidyhire/adkamkdaglbaejnfobbahegfiinjonme |
विवरण | tidyhire is a sourcing assistant for recruiters to find and engage relevant candidates at scale. The tidyhire Chrome extension is… |
फ़ाइल का आकार | 558 KB |
स्थापना संख्या | 112 |
वर्तमान संस्करण | 1.0.31 |
अंतिम अपडेट | 2024-02-17 |
प्रकाशन तिथि | 2022-07-21 |
रेटिंग | 5.00/5 कुल 6 रेटिंग्स |
डेवलपर | https://tidyhire.app |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | https://tidyhire.app/privacy |
समर्थित भाषाएँ | 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": [ " |