Email Scraper
Convert any company names to its emails. Just highlight company name in page and get its email list.
Email Scraperคืออะไร?
Email Scraper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Zahra Jalilibaleh และคุณลักษณะหลักของมันคือ "Convert any company names to its emails. Just highlight company name in page and get its email list."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Email Scraper
ดาวน์โหลดไฟล์ส่วนขยาย Email Scraper ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Are you a B2B establishment? Have you made up your marketing strategy and plan? Are you benefiting from a reliable database of partners’ emails? If not, you may lose a lot of time and employee efficiency, as you certainly are aware of the long sales cycles B2Bs face. Mail-Scraper is here to facilitate your marketing procedure fast and secure. Today the modern world is on a non-stop fast train in which procrastination is not approved. Being armed with a trustable database of B2B email collection is a vital necessity. Therefore, Mail-Scraper email finder is exactly what you NEED!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | knlofpaihedbdhnkkikajdfglpghmike |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/email-scraper/knlofpaihedbdhnkkikajdfglpghmike |
คำอธิบาย | Convert any company names to its emails. Just highlight company name in page and get its email list. |
ขนาดไฟล์ | 5.54 MB |
จำนวนการติดตั้ง | 161 |
เวอร์ชันปัจจุบัน | 1.1.1 |
อัปเดตครั้งล่าสุด | 2020-03-23 |
วันที่เผยแพร่ | 2020-03-22 |
ผู้พัฒนา | Zahra Jalilibaleh |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://mail-scraper.com/ |
URL หน้าช่วยเหลือ | https://mail-scraper.com/b2b-company-email-finder/ |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Email Scraper", "short_name": "CUF", "description": "Convert any company names to its emails. Just highlight company name in page and get its email list.", "version": "1.1.1", "author": "Zahra Jalilibaleh", "browser_action": { "default_icon": "logo.png", "default_title": "Email Scraper", "default_popup": "index.html" }, "background": { "scripts": [ "vendor\/jquery\/jquery-3.2.1.min.js", "js\/main.js" ], "persistent": true }, "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" }, "permissions": [ "https:\/\/mail-scraper.com\/*", "activeTab", "storage" ] } |