Extract Emails
Extract Emails - Extract emails from any website automatically
Extract Emails là gì?
Extract Emails là một tiện ích mở rộng Chrome được phát triển bởi Reveniux, và tính năng chính của nó là "Extract Emails - Extract emails from any website automatically".
Ả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 Extract Emails
Tải xuống các tệp mở rộng Extract Emails 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
Extract emails from any website without any clicks Just active the extension and start visiting the websites that you want to get emails / leads from them Features: * Extract emails from visited pages * Auto Email search * Export to Excel emails as XLSX format with proper data types It's Completely FREE there is no LIMIT, what are you waiting for? try it NOW
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Extract Emails |
ID | kpkikpldnjgpchckjmmanbplhhmodlbf |
URL Chính Thức | https://chromewebstore.google.com/detail/extract-emails/kpkikpldnjgpchckjmmanbplhhmodlbf |
Mô tả | Extract Emails - Extract emails from any website automatically |
Kích Thước Tệp | 740 KB |
Số Lần Cài Đặt | 1,715 |
Phiên Bản Hiện Tại | 1.3 |
Cập Nhật Lần Cuối | 2022-07-26 |
Ngày Phát Hành | 2022-06-11 |
Đánh Giá | 4.97/5 Tổng số 38 Đánh Giá |
Nhà Phát Triển | Reveniux |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://reveniux.com/privacy |
Ngôn Ngữ Được Hỗ Trợ | id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/kpkikpldnjgpchckjmmanbplhhmodlbf", "permissions": [ "storage", "unlimitedStorage" ], "action": { "default_popup": "popup.html", "default_icon": "icon.png" }, "icons": { "16": "icons\/icon16.png", "32": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_idle", "js": [ "next.js" ] } ], "background": { "service_worker": "background.js" }, "version": "1.3", "manifest_version": 3 } |