Emails Extractor
This extension help you extract your emails from marketplace(Etsy,Ebay,Amazon & more) in one click.
Emails Extractor란 무엇입니까?
Emails Extractor은(는) addonzone.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension help you extract your emails from marketplace(Etsy,Ebay,Amazon & more) in one click."입니다.
확장 프로그램 스크린샷
Emails Extractor 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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
확장 프로그램 기본 정보
이름 | |
ID | ofjgnalgdccgafoioloideccibilclbe |
공식 URL | https://chrome.google.com/webstore/detail/emails-extractor/ofjgnalgdccgafoioloideccibilclbe |
설명 | This extension help you extract your emails from marketplace(Etsy,Ebay,Amazon & more) in one click. |
파일 크기 | 163 KB |
설치 횟수 | 241 |
현재 버전 | 0.2.0 |
최근 업데이트 | 2019-10-17 |
출시 날짜 | 2019-10-16 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | addonzone.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://emailsextractor.site/ |
도움말 페이지 URL | https://emailsextractor.site/contact/ |
개인정보 보호 정책 페이지 URL | https://emailsextractor.site/privacy-policy-2 |
지원되는 언어 | 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" ] } |