Amplemarket Emailmatcher
Find any email address in seconds
Amplemarket Emailmatcherคืออะไร?
Amplemarket Emailmatcher เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://emailmatcher.com และคุณลักษณะหลักของมันคือ "Find any email address in seconds"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Amplemarket Emailmatcher
ดาวน์โหลดไฟล์ส่วนขยาย Amplemarket Emailmatcher ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Find any email address in a matter of seconds. With the Amplemarket Emailmatcher extension you can quickly find emails at any company. Just click the toolbar icon and start searching! Feel free to reach out to us - [email protected]
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | hpfjaceoaoompbnjmhokccopgfmlchdk |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/amplemarket-emailmatcher/hpfjaceoaoompbnjmhokccopgfmlchdk |
คำอธิบาย | Find any email address in seconds |
ขนาดไฟล์ | 99.4 KB |
จำนวนการติดตั้ง | 1,000 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2017-03-06 |
วันที่เผยแพร่ | 2017-03-06 |
คะแนน | 3.50/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | http://emailmatcher.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://emailmatcher.com |
URL หน้าช่วยเหลือ | https://emailmatcher.com |
URL หน้านโยบายความเป็นส่วนตัว | https://amplemarket.com/privacy |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Amplemarket Emailmatcher", "short_name": "Emailmatcher", "description": "Find any email address in seconds", "version": "1.1", "author": "Amplemarket", "icons": { "128": "icon128.png", "48": "icon48.png", "16": "icon48.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "Find email" }, "homepage_url": "https:\/\/www.emailmatcher.com\/", "permissions": [ "https:\/\/emailmatcher.com\/*", "http:\/\/*.amplemarket.com\/*", "https:\/\/*.amplemarket.com\/*", "identity", "identity.email", "tabs" ] } |