Email Scraper
Automatically Scrape Emails and Download them in Excel File
Email Scraper là gì?
Email Scraper là một tiện ích mở rộng Chrome được phát triển bởi Hassan Raza, và tính năng chính của nó là "Automatically Scrape Emails and Download them in Excel File".
Ả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 Scraper
Tải xuống các tệp mở rộng Email Scraper 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
Scrape Unlimited Emails Automatically and Download them in Excel File. Enjoy Scraping!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Email Scraper |
ID | pfickflbfbmpobjaglfcfjcebifakiln |
URL Chính Thức | https://chromewebstore.google.com/detail/email-scraper/pfickflbfbmpobjaglfcfjcebifakiln |
Mô tả | Automatically Scrape Emails and Download them in Excel File |
Kích Thước Tệp | 15.09 KB |
Số Lần Cài Đặt | 214 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2020-08-20 |
Ngày Phát Hành | 2020-08-20 |
Đánh Giá | 5.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | Hassan Raza |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://www.freeprivacypolicy.com/live/89b48000-4100-46d4-a8cb-d17ca575a863 |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Email Scraper", "version": "1.0", "description": "Automatically Scrape Emails and Download them in Excel File", "permissions": [ "activeTab", "storage" ], "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/email16.png", "32": "images\/email32.png", "48": "images\/email48.png", "128": "images\/email128.png" } }, "icons": { "16": "images\/email16.png", "32": "images\/email32.png", "48": "images\/email48.png", "128": "images\/email128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.google.com\/*" ], "js": [ "content.js" ] } ], "manifest_version": 2 } |