Emails Finder

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

Co je Emails Finder?

Emails Finder je rozšíření Chrome vyvinuté http://emailsfinder.app, a jeho hlavní funkcí je „Emails Finder allows you to find automatically email addresses on a web page.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Emails Finder

Stáhněte si soubory rozšíření Emails Finder ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Emails Finder Emails Finder
ID piacaofpicgbnaaaonfkibiiedfkeooa
Oficiální URL https://chrome.google.com/webstore/detail/piacaofpicgbnaaaonfkibiiedfkeooa
Popis Emails Finder allows you to find automatically email addresses on a web page.
Velikost souboru 2.56 MB
Počet instalací 47
Aktuální Verze 0.2.15
Poslední Aktualizace 2020-07-27
Datum Vydání 2020-07-27
Hodnocení 3.00/5 Celkem 2 Hodnocení
Vývojář http://emailsfinder.app
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://emailsfinder.app
URL Stránky Nápovědy https://emailsfinder.app/guide
URL Stránky Zásad Ochrany Soukromí https://www.emailsfinder.app/terms
Podporované Jazyky 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'"
}