Email Extractor

Extract email addresses from web pages you visit

O que é Email Extractor?

Email Extractor é uma extensão do Chrome desenvolvida por braingainsoft - https://sourcingcertification.com/, e sua principal característica é "Extract email addresses from web pages you visit".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Email Extractor

Baixe arquivos de extensão Email Extractor 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

                        Email Extractor finds and copies to clipboard valid email addresses from web pages a user visits.

To use:

Right-click on the extension icon to open an options window. You can select an execution mode and the resulting list options.

Execution Mode:

* In the "once" mode (default), when a user clicks the extension icon, the Extractor collects all emails from the active tab and copies them to the clipboard.

* In the 'background' mode, when a user clicks the extension icon, the Extractor starts collecting emails from web sites a user visits. When a user clicks the extension icon again, all collected emails are copied to the clipboard, and the collection process stops.

In both modes, all duplicate emails are collapsed into one.

Hovering over the extension icon shows a tooltip with a current mode. 
An indicator shows a number of emails collected: in black while the Extractor is collecting data, red when the collection is done.                    

Informações Básicas da Extensão

Nome Email Extractor Email Extractor
ID naidmjmjlgpkbebchjabfjgcgjkgojbi
URL Oficial https://chromewebstore.google.com/detail/email-extractor/naidmjmjlgpkbebchjabfjgcgjkgojbi
Descrição Extract email addresses from web pages you visit
Tamanho do Arquivo 11.41 KB
Contagem de Instalações 10,010
Versão Atual 2.3
Última Atualização 2023-01-24
Data de Publicação 2020-06-11
Classificação 3.83/5 Total de 12 Avaliações
Desenvolvedor braingainsoft - https://sourcingcertification.com/
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://docs.google.com/document/d/1p026IkS94dLBVDpdivwF2hWPZUMEEAq7fk7DzJjbMok/edit?usp=sharing
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Email Extractor",
    "description": "Extract email addresses from web pages you visit",
    "version": "2.3",
    "action": {
        "default_icon": "yellowenvelope.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "host_permissions": [
        ""
    ],
    "permissions": [
        "clipboardWrite",
        "scripting",
        "storage",
        "webNavigation"
    ]
}