URL Opener and EMAIL Extractor

"URL Opener and EMAIL Extractor" can effectively improve the efficiency of searching for email, LinkedIn and other social media…

O que é URL Opener and EMAIL Extractor?

URL Opener and EMAIL Extractor é uma extensão do Chrome desenvolvida por https://efinder.top, e sua principal característica é ""URL Opener and EMAIL Extractor" can effectively improve the efficiency of searching for email, LinkedIn and other social media…".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão URL Opener and EMAIL Extractor

Baixe arquivos de extensão URL Opener and 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

                        "URL Opener and EMAIL Extractor" can effectively improve the efficiency of searching for email, LinkedIn and other social media  information within web pages and can export the results as CSV files. Here's how to use it:

1 Click on the extension and enter the URLs.
2 Click "Confirm" to automatically open the specified URLs.
3 Press the Ctrl + Enter keyboard shortcut will automatically collect information such as Email, Social media links.(Use the slider to confirm if the page will automatically close after gathering information).
4 If there's no information you want to save in the opened page, press the ESC key to automatically close the current page.
5 Click “preview” to view the collected information.
6 Click "Download" to automatically download the saved information.


Version 1.1.2
Fix macOS keyboard shortcuts bug                    

Informações Básicas da Extensão

Nome URL Opener and EMAIL Extractor URL Opener and EMAIL Extractor
ID nledegbmhffdcenmgjlmljchkdofamho
URL Oficial https://chromewebstore.google.com/detail/url-opener-and-email-extr/nledegbmhffdcenmgjlmljchkdofamho
Descrição "URL Opener and EMAIL Extractor" can effectively improve the efficiency of searching for email, LinkedIn and other social media…
Tamanho do Arquivo 9.45 KB
Contagem de Instalações 446
Versão Atual 1.1.2
Última Atualização 2023-08-28
Data de Publicação 2023-04-01
Classificação 5.00/5 Total de 7 Avaliações
Desenvolvedor https://efinder.top
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://efinder.top#FAQ
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "URL Opener and EMAIL Extractor",
    "version": "1.1.2",
    "action": {
        "default_title": "URL Opener and EMAIL Extractor",
        "default_popup": "popup.html",
        "default_icon": "icon48.png"
    },
    "icons": {
        "48": "icon48.png"
    },
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}