Email Miner
Email Miner will instantly get a list of leads directly from Google and Social Media Pages.
什麼是Email Miner?
Email Miner是由https://leadsintoinbox.com開發的Chrome擴展程式,該擴展的主要功能是“Email Miner will instantly get a list of leads directly from Google and Social Media Pages.”。
擴展截圖
下載Email Miner擴展crx文件
下載Email Miner擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | Email Miner |
ID | lekppmdbjgnhecpkeddomklegpcnadba |
官方網址 | https://chromewebstore.google.com/detail/email-miner/lekppmdbjgnhecpkeddomklegpcnadba |
簡介 | Email Miner will instantly get a list of leads directly from Google and Social Media Pages. |
檔案大小 | 204 KB |
安裝次數 | 483 |
目前版本 | 1.0.42 |
更新時間 | 2021-12-20 |
上架時間 | 2021-07-27 |
評分 | 3.86/5 共 7 次評分 |
開發者 | https://leadsintoinbox.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://10x.leadsintoinbox.com/site |
說明頁面URL | https://m.me/LeadsIntoInbox |
隱私政策頁面URL | https://buy.leadsintoinbox.com/privacy |
支援的語言 | 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" } |