Email Miner
Email Miner will instantly get a list of leads directly from Google and Social Media Pages.
Email Miner là gì?
Email Miner là một tiện ích mở rộng Chrome được phát triển bởi https://leadsintoinbox.com, và tính năng chính của nó là "Email Miner will instantly get a list of leads directly from Google and Social Media Pages.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Email Miner
Tải xuống các tệp mở rộng Email Miner dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Email Miner |
ID | lekppmdbjgnhecpkeddomklegpcnadba |
URL Chính Thức | https://chromewebstore.google.com/detail/email-miner/lekppmdbjgnhecpkeddomklegpcnadba |
Mô tả | Email Miner will instantly get a list of leads directly from Google and Social Media Pages. |
Kích Thước Tệp | 204 KB |
Số Lần Cài Đặt | 483 |
Phiên Bản Hiện Tại | 1.0.42 |
Cập Nhật Lần Cuối | 2021-12-20 |
Ngày Phát Hành | 2021-07-27 |
Đánh Giá | 3.86/5 Tổng số 7 Đánh Giá |
Nhà Phát Triển | https://leadsintoinbox.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://10x.leadsintoinbox.com/site |
URL Trang Trợ Giúp | https://m.me/LeadsIntoInbox |
URL Trang Chính Sách Bảo Mật | https://buy.leadsintoinbox.com/privacy |
Ngôn Ngữ Được Hỗ Trợ | 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" } |