Email Miner
Email Miner will instantly get a list of leads directly from Google and Social Media Pages.
Email Minerคืออะไร?
Email Miner เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://leadsintoinbox.com และคุณลักษณะหลักของมันคือ "Email Miner will instantly get a list of leads directly from Google and Social Media Pages."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Email Miner
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
อีเมล | [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" } |