Github Emails Finder & Exporter PRO

Extract emails from GitHub

Co je Github Emails Finder & Exporter PRO?

Github Emails Finder & Exporter PRO je rozšíření Chrome vyvinuté GEF, a jeho hlavní funkcí je „Extract emails from GitHub“.

Snímky obrazovky rozšíření

Stáhnout soubor CRX rozšíření Github Emails Finder & Exporter PRO

Stáhněte si soubory rozšíření Github Emails Finder & Exporter PRO 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í

                        Uncover 5000 hidden primary emails of software engineers on Github per hour!

Key features:
- revealing emails from 3 sources, not only 1 public API
- accuracy check: controlling if revealed email really belongs to the developer, not to someone else
- crawling limitations overcoming, revealing 5000 emails per hour !
- Download CSV                    

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

Název Github Emails Finder & Exporter PRO Github Emails Finder & Exporter PRO
ID aljekafekokpmbgmeodfbocanjbnkpop
Oficiální URL https://chromewebstore.google.com/detail/github-emails-finder-expo/aljekafekokpmbgmeodfbocanjbnkpop
Popis Extract emails from GitHub
Velikost souboru 821 KB
Počet instalací 52
Aktuální Verze 3.1.0
Poslední Aktualizace 2018-12-03
Datum Vydání 2018-12-03
Hodnocení 4.00/5 Celkem 8 Hodnocení
Vývojář GEF
E-mail [email protected]
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "3.1.0",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "__MSG_appName__",
        "default_popup": "popup.html"
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/github.com\/*"
            ],
            "js": [
                "scripts\/contentscript.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ]
}