Email Scraper
Convert any company names to its emails. Just highlight company name in page and get its email list.
Email Scraper क्या है?
Email Scraper Zahra Jalilibaleh द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Convert any company names to its emails. Just highlight company name in page and get its email list."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Email Scraper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Are you a B2B establishment? Have you made up your marketing strategy and plan? Are you benefiting from a reliable database of partners’ emails? If not, you may lose a lot of time and employee efficiency, as you certainly are aware of the long sales cycles B2Bs face. Mail-Scraper is here to facilitate your marketing procedure fast and secure. Today the modern world is on a non-stop fast train in which procrastination is not approved. Being armed with a trustable database of B2B email collection is a vital necessity. Therefore, Mail-Scraper email finder is exactly what you NEED!
एक्सटेंशन की मूल जानकारी
नाम | |
ID | knlofpaihedbdhnkkikajdfglpghmike |
आधिकारिक URL | https://chrome.google.com/webstore/detail/email-scraper/knlofpaihedbdhnkkikajdfglpghmike |
विवरण | Convert any company names to its emails. Just highlight company name in page and get its email list. |
फ़ाइल का आकार | 5.54 MB |
स्थापना संख्या | 161 |
वर्तमान संस्करण | 1.1.1 |
अंतिम अपडेट | 2020-03-23 |
प्रकाशन तिथि | 2020-03-22 |
डेवलपर | Zahra Jalilibaleh |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://mail-scraper.com/ |
सहायता पृष्ठ URL | https://mail-scraper.com/b2b-company-email-finder/ |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Email Scraper", "short_name": "CUF", "description": "Convert any company names to its emails. Just highlight company name in page and get its email list.", "version": "1.1.1", "author": "Zahra Jalilibaleh", "browser_action": { "default_icon": "logo.png", "default_title": "Email Scraper", "default_popup": "index.html" }, "background": { "scripts": [ "vendor\/jquery\/jquery-3.2.1.min.js", "js\/main.js" ], "persistent": true }, "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" }, "permissions": [ "https:\/\/mail-scraper.com\/*", "activeTab", "storage" ] } |