Email extract
Extract emails from visited pages - collect leads without effort
Email extract là gì?
Email extract là một tiện ích mở rộng Chrome được phát triển bởi https://email-extract.xyz, và tính năng chính của nó là "Extract emails from visited pages - collect leads without effort".
Ả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 Email extract
Tải xuống các tệp mở rộng Email extract 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
Email Extract extension searches email addresses on pages you visit. Auto search mode automates search for emails on search engines. Email Extractor is a invaluable tool that can help sales and marketing professionals, recruitment agencies and HR professionals, small business owners, researchers, and digital marketers quickly and easily extract email addresses from various sources, automate email search, and build comprehensive email lists to reach out to their target audience more effectively. Here's what's new in our 2023 Q3 product update: * Support for logging in to other Chromium-based browsers, such as Opera and Brave. * Compatibility with email/password accounts, not only Google accounts. * The "Auto-search" option now becomes disabled after a browser restart. * Enhanced filtering for invalid emails. * Introducing new options: "Clear blacklist" and "Logout". Features: * Extract emails from visited pages * Bypass certain obfuscation techniques * "Auto Search" for major search engine like Google and Bing. * Export to Excel in XLSX format with proper data types How to use the extension: - Once installed, the extension automatically activates the "Email extraction" mode. - The number of collected emails is displayed over the icon in the browser toolbar. - Click the "Collected emails" button to access a full-screen page displaying the collected email table. - Press the "Export" button to retrieve an Excel file. Please take note: The Email Extractor operates on a freemium model. A license is required to download more than 50 of the latest emails.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Email extract |
ID | ejecpjcajdpbjbmlcojcohgenjngflac |
URL Chính Thức | https://chromewebstore.google.com/detail/email-extract/ejecpjcajdpbjbmlcojcohgenjngflac |
Mô tả | Extract emails from visited pages - collect leads without effort |
Kích Thước Tệp | 800 KB |
Số Lần Cài Đặt | 384,195 |
Phiên Bản Hiện Tại | 2.0.2 |
Cập Nhật Lần Cuối | 2024-01-10 |
Ngày Phát Hành | 2020-06-12 |
Đánh Giá | 4.33/5 Tổng số 57 Đánh Giá |
Nhà Phát Triển | https://email-extract.xyz |
[email protected] | |
Loại Thanh Toán | in_app |
Trang Web Mở Rộng | https://email-extract.xyz |
URL Trang Trợ Giúp | https://email-extract.xyz/faq.html |
URL Trang Chính Sách Bảo Mật | https://email-extract.xyz/privacy.html |
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", "manifest_version": 3, "minimum_chrome_version": "88.0", "name": "__MSG_extName__", "description": "__MSG_extShortDesc__", "default_locale": "en", "version": "2.0.2", "icons": { "128": "icons\/icon128.png" }, "permissions": [ "alarms", "storage", "unlimitedStorage", "identity" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "all_frames": true, "js": [ "js\/content.js" ], "run_at": "document_idle" } ], "background": { "service_worker": "js\/background.js" }, "action": { "default_icon": "icons\/icon128.png", "default_title": "__MSG_extName__", "default_popup": "popup.html" }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAoBPlRJt8F8tiKJOlT0AecESYHxeZhPBzTLHyy8s5cVITBNoV9j\/Jr3xutu5caEYWEBUQeWqgh23m0q0AeEWA6tH41+HxP80UnSQthqjstQG5\/fonEwTTZOHCqmxFTAwepet85\/qvT\/vCbYl2IP5Z4Iry5wqzMuNDgKhuZHQE0sDwp61EZXyGDIX9KvWE02WlOCcnaA4OUL+j9LWJpwXqfQF13ZqSiwUHGF8XyuZ3t14XULzLrNMOeIiMcOU2yPNFW43TOLnVVinyfIm9I0UZM3ujXPN1B4bGBQXSiAjGeclggL4GAIgnkBjnJFicodhCRoNnlyd5wVqV9GnoDtTjIwIDAQAB" } |