EmailDrop - Extract Emails in 1 second
Extract all emails on a webpage and Export them to a file.....Clean, Simple & Fast
O que é EmailDrop - Extract Emails in 1 second?
EmailDrop - Extract Emails in 1 second é uma extensão do Chrome desenvolvida por EmailDrop, e sua principal característica é "Extract all emails on a webpage and Export them to a file.....Clean, Simple & Fast".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão EmailDrop - Extract Emails in 1 second
Baixe arquivos de extensão EmailDrop - Extract Emails in 1 second no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Extract all emails on a webpage and export them to a file. * Clean, Simple & Fast * Detect Fuzzy Strings (like @2x.png) * Intelligent Engine EmailDrop is a simple and very powerful Chrome Extension which helps you extract emails on a webpage and export them to a file. No more hassle to copy each email from a webpage and store it individually. EmailDrop is a powerful Chrome extension to extract emails automatically from website and webpages. You don't need to be a developer to use EmailDrop, (so no need to learn Xpath,jquery,css...) EmailDrop identify the email in the webpage, scrapes that informations, and displayed it in a popup (or you can download all the emails at once) Also, EmailDrop remove all data that looks like email but are not (like [email protected]) This extension allows you to : - Extract all the emails on the webpage - Store all the extracted emails as a TXT file For people who work in the SEO industry, you can quickly collect a group of emails on the page and store them for future reference to a TXT file With EmailDrop, it takes 1 click to get and extract email on a webpage. EmailDrop is the perfect email extraction tool. Happy Email Droping :) Note : we are developing a paid extension wth many more features. Install this extension and we'll keep you updated with notifications.
Informações Básicas da Extensão
Nome | EmailDrop - Extract Emails in 1 second |
ID | peilgijmhiocdmdeglhiljipigamfbjh |
URL Oficial | https://chromewebstore.google.com/detail/emaildrop-extract-emails/peilgijmhiocdmdeglhiljipigamfbjh |
Descrição | Extract all emails on a webpage and Export them to a file.....Clean, Simple & Fast |
Tamanho do Arquivo | 191 KB |
Contagem de Instalações | 30,000 |
Versão Atual | 1.9 |
Última Atualização | 2020-06-09 |
Data de Publicação | 2020-06-08 |
Classificação | 3.67/5 Total de 33 Avaliações |
Desenvolvedor | EmailDrop |
Tipo de Pagamento | free |
URL da Página de Ajuda | https://docs.google.com/document/d/1umfB9yptDkvVbEAHYIaJIAEHwYjewYXByukO4yiwriY/edit?usp=sharing |
URL da Página de Política de Privacidade | https://docs.google.com/document/d/1umfB9yptDkvVbEAHYIaJIAEHwYjewYXByukO4yiwriY/edit?usp=sharing |
Idiomas Suportados | id,de,en,fr,es,it,pl,pt-BR,ru,zh-CN,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "1.9", "browser_action": { "default_icon": "icon.png", "default_title": "EmailDrop - Email Exporter", "default_popup": "popup.html" }, "permissions": [ "activeTab", "storage" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |