Email Miner
Email Miner will instantly get a list of leads directly from Google and Social Media Pages.
Vad är Email Miner?
Email Miner är en Chrome-tillägg utvecklad av https://leadsintoinbox.com, och dess huvudfunktion är "Email Miner will instantly get a list of leads directly from Google and Social Media Pages.".
Tilläggsskärmbilder
Ladda ner Email Miner-förlängningens CRX-fil
Ladda ner Email Miner-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Email Miner is a Google Chrome extension that automates the process of capturing leads and contact info through Google's powerful search engine to find a list of segmented potential customers. Get the name, email and social media link of leads with accuracy up to 92% of search criteria. Capture thousands of leads per minute by searching different social media networks or websites that contain public emails. Find as many leads as your business needs, There's no limit. Email Miner searches the depths of the internet to find the highest number of matches for your search keywords.
Grundläggande Information om Tillägg
Namn | Email Miner |
ID | lekppmdbjgnhecpkeddomklegpcnadba |
Officiell webbadress | https://chromewebstore.google.com/detail/email-miner/lekppmdbjgnhecpkeddomklegpcnadba |
Beskrivning | Email Miner will instantly get a list of leads directly from Google and Social Media Pages. |
Filstorlek | 204 KB |
Antal Installationer | 483 |
Aktuell Version | 1.0.42 |
Senast Uppdaterad | 2021-12-20 |
Publiceringsdatum | 2021-07-27 |
Betyg | 3.86/5 Totalt 7 Betyg |
Utvecklare | https://leadsintoinbox.com |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://10x.leadsintoinbox.com/site |
Hjälpsida URL | https://m.me/LeadsIntoInbox |
URL till Sekretesspolicy Sidan | https://buy.leadsintoinbox.com/privacy |
Stödda Språk | en,fr,es,pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Email Miner", "description": "Email Miner will instantly get a list of leads directly from Google and Social Media Pages.", "default_locale": "en", "version": "1.0.42", "icons": { "16": "images\/1626985110243-smallLogo.png", "48": "images\/1626985110294-mediumLogo.png", "128": "images\/1626985110336-largeLogo.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.google.com\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ], "background": { "service_worker": "background-wrapper.js" }, "action": { "default_title": "Email Miner", "default_popup": "html\/popup.html" }, "permissions": [ "tabs", "activeTab", "storage", "unlimitedStorage", "background", "notifications" ], "host_permissions": [ "http:\/\/suggestqueries.google.com\/" ], "short_name": "EM" } |