SignalHire - find email or phone number
SignalHire is a great way to find contact information in a couple of clicks.
SignalHire - find email or phone number क्या है?
SignalHire - find email or phone number https://www.signalhire.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "SignalHire is a great way to find contact information in a couple of clicks."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में SignalHire - find email or phone number एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
SignalHire allows you to easily find the most up to date business contact information and create accessible contact profiles so your sales team can see everything in one place. EMAIL FINDER Let’s you find verified up to date email addresses for LinkedIN profiles PHONE NUMBER FINDER Matches phone numbers to the created profile compiled from multiple sources. All phone numbers are verified so your sales team doesn’t need to do any cleanup. BULK FINDER Find contact details for up to 1,000 profiles at a time. SignalHire Free EXTENSION: - 10 free monthly contact credits for business accounts! - One credit allows to find email and phone numbers for one contact person - Supports direct export of contacts to major ATS and CRM providers SignalHire Premium - learn more at at: https://www.signalhire.com/pricing WHY SignalHire: - All the details are searched and verified in real-time. - Team accounts with no limit on seats - Trusted by leaders from Amazon, IHS Markit, WellCare Health Plans, MongoDB and many more - Hit rate on par with industry leaders such as Lusha, Hiretual and Rocketreach WHO IS IT FOR? - Recruitment professionals - Sales & business development - Marketing Website: www.signalhire.com Twitter: @SignalHire Facebook: https://www.facebook.com/signalhire/ LinkedIn: https://www.linkedin.com/company/signalhire/ Questions? Drop us a line at [email protected]
एक्सटेंशन की मूल जानकारी
नाम | SignalHire - find email or phone number |
ID | aeidadjdhppdffggfgjpanbafaedankd |
आधिकारिक URL | https://chromewebstore.google.com/detail/signalhire-find-email-or/aeidadjdhppdffggfgjpanbafaedankd |
विवरण | SignalHire is a great way to find contact information in a couple of clicks. |
फ़ाइल का आकार | 1002 KB |
स्थापना संख्या | 291,896 |
वर्तमान संस्करण | 4.1.16 |
अंतिम अपडेट | 2024-02-28 |
प्रकाशन तिथि | 2020-03-31 |
रेटिंग | 4.38/5 कुल 281 रेटिंग्स |
डेवलपर | https://www.signalhire.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.signalhire.com/extension |
सहायता पृष्ठ URL | https://www.signalhire.com/privacy |
गोपनीयता नीति पृष्ठ URL | https://signalhire.com/privacy |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "SignalHire - find email or phone number", "short_name": "SH", "description": "SignalHire is a great way to find contact information in a couple of clicks.", "version": "4.1.16", "icons": { "16": "icons\/icon_16.png", "30": "icons\/icon_30.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "background": { "type": "module", "service_worker": "background.js" }, "action": { "default_icon": "icons\/icon_30.png", "default_title": "Find contacts with SignalHire!", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/*.linkedin.com\/*" ], "js": [ "content.js" ], "css": [ "assets\/content.css" ], "run_at": "document_idle" }, { "matches": [ "https:\/\/*.linkedin.com\/*" ], "js": [ "contentLI.js" ], "run_at": "document_start" }, { "matches": [ "https:\/\/github.com\/*", "https:\/\/*.facebook.com\/*", "https:\/\/twitter.com\/*" ], "js": [ "contentSocial.js" ], "run_at": "document_start" }, { "matches": [ "https:\/\/www.signalhire.com\/*" ], "js": [ "contentSH.js" ], "run_at": "document_start" } ], "web_accessible_resources": [ { "resources": [ "assets\/*", "inject.js", "injectLI.js" ], "matches": [ " |