Emails Extractor
This extension help you extract your emails from marketplace(Etsy,Ebay,Amazon & more) in one click.
Was ist Emails Extractor?
Emails Extractor ist eine Chrome-Erweiterung, die von addonzone.com entwickelt wurde, und ihr Hauptmerkmal ist "This extension help you extract your emails from marketplace(Etsy,Ebay,Amazon & more) in one click.".
Erweiterungsscreenshots
Emails Extractor-Erweiterungs-CRX-Datei herunterladen
Laden Sie Emails Extractor-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | |
ID | ofjgnalgdccgafoioloideccibilclbe |
Offizielle URL | https://chrome.google.com/webstore/detail/emails-extractor/ofjgnalgdccgafoioloideccibilclbe |
Beschreibung | This extension help you extract your emails from marketplace(Etsy,Ebay,Amazon & more) in one click. |
Dateigröße | 163 KB |
Installationsanzahl | 241 |
Aktuelle Version | 0.2.0 |
Letztes Update | 2019-10-17 |
Veröffentlichungsdatum | 2019-10-16 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | addonzone.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://emailsextractor.site/ |
Hilfeseite URL | https://emailsextractor.site/contact/ |
URL der Datenschutzrichtlinien-Seite | https://emailsextractor.site/privacy-policy-2 |
Unterstützte Sprachen | 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" ] } |