Email Auto Extractor
Extract, automatically all email in a web page
Vad är Email Auto Extractor?
Email Auto Extractor är en Chrome-tillägg utvecklad av Nicolas Grillet, och dess huvudfunktion är "Extract, automatically all email in a web page".
Tilläggsskärmbilder
Ladda ner Email Auto Extractor-förlängningens CRX-fil
Ladda ner Email Auto Extractor-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | |
ID | blkpobilpealkkcibgcgfmflneafkkah |
Officiell webbadress | https://chrome.google.com/webstore/detail/email-auto-extractor/blkpobilpealkkcibgcgfmflneafkkah |
Beskrivning | Extract, automatically all email in a web page |
Filstorlek | 186 KB |
Antal Installationer | 996 |
Aktuell Version | 0.2.0 |
Senast Uppdaterad | 2018-06-12 |
Publiceringsdatum | 2018-06-12 |
Betyg | 3.47/5 Totalt 57 Betyg |
Utvecklare | Nicolas Grillet |
E-post | [email protected] |
Betalningssätt | in_store |
Stödda Språk | 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" } |