Github Emails Finder & Exporter PRO

Extract emails from GitHub

Qu'est-ce que Github Emails Finder & Exporter PRO ?

Github Emails Finder & Exporter PRO est une extension Chrome développée par GEF, et sa fonction principale est "Extract emails from GitHub".

Captures d'Écran de l'Extension

Télécharger le fichier CRX de l'extension Github Emails Finder & Exporter PRO

Téléchargez les fichiers d'extension Github Emails Finder & Exporter PRO au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Github Emails Finder & Exporter PRO Github Emails Finder & Exporter PRO
ID aljekafekokpmbgmeodfbocanjbnkpop
URL Officiel https://chromewebstore.google.com/detail/github-emails-finder-expo/aljekafekokpmbgmeodfbocanjbnkpop
Description Extract emails from GitHub
Taille du Fichier 821 KB
Nombre d'Installations 52
Version Actuelle 3.1.0
Dernière Mise à Jour 2018-12-03
Date de Publication 2018-12-03
Évaluation 4.00/5 Total 8 Évaluations
Développeur GEF
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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
        }
    ]
}