Emails Extractor
This extension help you extract your emails from marketplace(Etsy,Ebay,Amazon & more) in one click.
Qu'est-ce que Emails Extractor ?
Emails Extractor est une extension Chrome développée par addonzone.com, et sa fonction principale est "This extension help you extract your emails from marketplace(Etsy,Ebay,Amazon & more) in one click.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Emails Extractor
Téléchargez les fichiers d'extension Emails Extractor au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | |
ID | ofjgnalgdccgafoioloideccibilclbe |
URL Officiel | https://chrome.google.com/webstore/detail/emails-extractor/ofjgnalgdccgafoioloideccibilclbe |
Description | This extension help you extract your emails from marketplace(Etsy,Ebay,Amazon & more) in one click. |
Taille du Fichier | 163 KB |
Nombre d'Installations | 241 |
Version Actuelle | 0.2.0 |
Dernière Mise à Jour | 2019-10-17 |
Date de Publication | 2019-10-16 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | addonzone.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://emailsextractor.site/ |
URL de la Page d'Aide | https://emailsextractor.site/contact/ |
URL de la Page de Politique de Confidentialité | https://emailsextractor.site/privacy-policy-2 |
Langues Prises en Charge | 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" ] } |