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 |
公式URL | 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 |
Eメール | [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" } |