Email Miner
Email Miner will instantly get a list of leads directly from Google and Social Media Pages.
Qu'est-ce que Email Miner ?
Email Miner est une extension Chrome développée par https://leadsintoinbox.com, et sa fonction principale est "Email Miner will instantly get a list of leads directly from Google and Social Media Pages.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Email Miner
Téléchargez les fichiers d'extension Email Miner au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Email Miner |
ID | lekppmdbjgnhecpkeddomklegpcnadba |
URL Officiel | https://chromewebstore.google.com/detail/email-miner/lekppmdbjgnhecpkeddomklegpcnadba |
Description | Email Miner will instantly get a list of leads directly from Google and Social Media Pages. |
Taille du Fichier | 204 KB |
Nombre d'Installations | 483 |
Version Actuelle | 1.0.42 |
Dernière Mise à Jour | 2021-12-20 |
Date de Publication | 2021-07-27 |
Évaluation | 3.86/5 Total 7 Évaluations |
Développeur | https://leadsintoinbox.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://10x.leadsintoinbox.com/site |
URL de la Page d'Aide | https://m.me/LeadsIntoInbox |
URL de la Page de Politique de Confidentialité | https://buy.leadsintoinbox.com/privacy |
Langues Prises en Charge | 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" } |