Email Auto Extractor
Extract, automatically all email in a web page
Hvad er Email Auto Extractor?
Email Auto Extractor er en Chrome-udvidelse udviklet af Nicolas Grillet, og dens hovedfunktion er "Extract, automatically all email in a web page".
Udvidelsesskærmbilleder
Download Email Auto Extractor-udvidelses-CRX-fil
Download Email Auto Extractor-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Auto extract all email adresses in a web page. You just have to go on a webpage that contains email adresses and the extension show you how many email adresses it find, and then click on the logo to copy all email adresses.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | blkpobilpealkkcibgcgfmflneafkkah |
Officiel URL | https://chrome.google.com/webstore/detail/email-auto-extractor/blkpobilpealkkcibgcgfmflneafkkah |
Beskrivelse | Extract, automatically all email in a web page |
Filstørrelse | 186 KB |
Antal Installationer | 996 |
Nuværende Version | 0.2.0 |
Senest Opdateret | 2018-06-12 |
Udgivelsesdato | 2018-06-12 |
Bedømmelse | 3.47/5 Samlet 57 Bedømmelser |
Udvikler | Nicolas Grillet |
[email protected] | |
Betalingsmetode | in_store |
Understøttede Sprog | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "js\/background.js" ] }, "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "Email Extraction !" }, "content_scripts": [ { "js": [ "js\/content.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/*" ], "run_at": "document_end" } ], "description": "Extract, automatically all email in a web page", "homepage_url": "http:\/\/www.erreurs404.net", "icons": { "128": "icons\/icon128.png", "16": "icons\/icon16.png", "256": "icons\/icon256.png", "48": "icons\/icon48.png" }, "short_name": "Email Extractor", "manifest_version": 2, "name": "Email Auto Extractor", "offline_enabled": true, "permissions": [ "chrome:\/\/favicon\/", "contextMenus", "https:\/\/*\/*", "http:\/\/*\/*", "tabs", "storage", "activeTab" ], "version": "0.2.0" } |