URL Opener and EMAIL Extractor

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

¿Qué es URL Opener and EMAIL Extractor?

URL Opener and EMAIL Extractor es una extensión de Chrome desarrollada por https://efinder.top, y su función principal es ""URL Opener and EMAIL Extractor" can effectively improve the efficiency of searching for email, LinkedIn and other social media…".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión URL Opener and EMAIL Extractor

Descarga archivos de extensión URL Opener and EMAIL Extractor en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        "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                    

Información Básica de la Extensión

Nombre 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
Descripción "URL Opener and EMAIL Extractor" can effectively improve the efficiency of searching for email, LinkedIn and other social media…
Tamaño del Archivo 9.45 KB
Cantidad de Instalaciones 446
Versión Actual 1.1.2
Última Actualización 2023-08-28
Fecha de Publicación 2023-04-01
Calificación 5.00/5 Total de 7 Calificaciones
Desarrollador https://efinder.top
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://efinder.top#FAQ
Idiomas Soportados 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"
            ]
        }
    ]
}