Amplemarket Emailmatcher
Find any email address in seconds
Amplemarket Emailmatcher là gì?
Amplemarket Emailmatcher là một tiện ích mở rộng Chrome được phát triển bởi http://emailmatcher.com, và tính năng chính của nó là "Find any email address in seconds".
Ả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 Amplemarket Emailmatcher
Tải xuống các tệp mở rộng Amplemarket Emailmatcher 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
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]
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | hpfjaceoaoompbnjmhokccopgfmlchdk |
URL Chính Thức | https://chrome.google.com/webstore/detail/amplemarket-emailmatcher/hpfjaceoaoompbnjmhokccopgfmlchdk |
Mô tả | Find any email address in seconds |
Kích Thước Tệp | 99.4 KB |
Số Lần Cài Đặt | 1,000 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2017-03-06 |
Ngày Phát Hành | 2017-03-06 |
Đánh Giá | 3.50/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | http://emailmatcher.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://emailmatcher.com |
URL Trang Trợ Giúp | https://emailmatcher.com |
URL Trang Chính Sách Bảo Mật | https://amplemarket.com/privacy |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |