Emails Finder

Emails Finder allows you to find automatically email addresses on a web page.

Co to jest Emails Finder?

Emails Finder to rozszerzenie Chrome opracowane przez http://emailsfinder.app, a jego główną funkcją jest „Emails Finder allows you to find automatically email addresses on a web page.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Emails Finder

Pobierz pliki rozszerzeń Emails Finder w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Find email addresses from Linkedin profiles, Wordpress blogs or any websites.
This is an easy to use and super powerful email extractor for Google Chrome.


✓ Find any email, event obfuscated ones with formats like elon.musk (at) tesla.com !

✓ Automate email scraping with our Automation feature, allowing you to find email addresses from a list of URLs

✓ Export email addresses to Excel and text format                    

Podstawowe informacje o rozszerzeniu

Nazwa Emails Finder Emails Finder
ID piacaofpicgbnaaaonfkibiiedfkeooa
Oficjalny URL https://chrome.google.com/webstore/detail/piacaofpicgbnaaaonfkibiiedfkeooa
Opis Emails Finder allows you to find automatically email addresses on a web page.
Rozmiar pliku 2.56 MB
Liczba instalacji 47
Aktualna Wersja 0.2.15
Ostatnia Aktualizacja 2020-07-27
Data Publikacji 2020-07-27
Ocena 3.00/5 Łącznie 2 Oceny
Deweloper http://emailsfinder.app
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://emailsfinder.app
Adres URL Strony Pomocy https://emailsfinder.app/guide
Adres URL Strony Polityki Prywatności https://www.emailsfinder.app/terms
Obsługiwane Języki en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "permissions": [
        "activeTab",
        "",
        "*:\/\/*\/*",
        "downloads",
        "storage",
        "unlimitedStorage",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "js\/content-script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "icons\/16.png",
        "19": "icons\/19.png",
        "38": "icons\/38.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "__MSG_appName__",
        "default_icon": {
            "19": "icons\/19.png",
            "38": "icons\/38.png"
        }
    },
    "version": "0.2.15",
    "content_security_policy": "script-src 'self' ; object-src 'self'"
}