Emails Extractor
This extension help you extract your emails from marketplace(Etsy,Ebay,Amazon & more) in one click.
Emails Extractor là gì?
Emails Extractor là một tiện ích mở rộng Chrome được phát triển bởi addonzone.com, và tính năng chính của nó là "This extension help you extract your emails from marketplace(Etsy,Ebay,Amazon & more) in one click.".
Ả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 Emails Extractor
Tải xuống các tệp mở rộng Emails Extractor 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
Emails Extractor is Free extension to helps you extract your emails from multiple marketplace (Etsy, Ebay, Amazon & more) in just one click, No registration Or anything needed, You can extract up to 30.000 emails from your accounts for Free ! For more emails space & features go for Premium pay as you go & cancel whenever you want. How to use the this Tool : 1-This tool only work on Google Chrome Browser : 2-Add the chrome Extension to your Browser 3-Make Sure you are sign in to your ETSY account 4-open the extension Tab and Click Start 5-wait until the process is finished if you have a large Emails you may need to give it time to extract e-mail 6- Download the CSV file with all your E-mails
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | ofjgnalgdccgafoioloideccibilclbe |
URL Chính Thức | https://chrome.google.com/webstore/detail/emails-extractor/ofjgnalgdccgafoioloideccibilclbe |
Mô tả | This extension help you extract your emails from marketplace(Etsy,Ebay,Amazon & more) in one click. |
Kích Thước Tệp | 163 KB |
Số Lần Cài Đặt | 241 |
Phiên Bản Hiện Tại | 0.2.0 |
Cập Nhật Lần Cuối | 2019-10-17 |
Ngày Phát Hành | 2019-10-16 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | addonzone.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://emailsextractor.site/ |
URL Trang Trợ Giúp | https://emailsextractor.site/contact/ |
URL Trang Chính Sách Bảo Mật | https://emailsextractor.site/privacy-policy-2 |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Emails Extractor", "version": "0.2.0", "author": "Vladimir Kostov", "description": "This extension help you extract your emails from marketplace(Etsy,Ebay,Amazon & more) in one click.", "permissions": [ "unlimitedStorage", "webRequest", "storage", "tabs", "https:\/\/*.etsy.com\/*", "activeTab" ], "content_scripts": [ { "matches": [ "https:\/\/www.etsy.com\/*" ], "js": [ "libs\/jquery.js", "content_script\/content_script_new.js" ] } ], "browser_action": { "default_icon": "imgs\/icon.png", "default_title": "Placeholder", "default_popup": "popup\/popup.html" }, "background": { "scripts": [ "bgp.js" ], "persistent": true }, "web_accessible_resources": [ ".\/imgs\/csv.png" ] } |