github email hunter

email hunter for github users & projects

Cos'è github email hunter?

github email hunter è un'estensione di Chrome sviluppata da bedelstein12, e la sua funzione principale è "email hunter for github users & projects".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione github email hunter

Scarica i file di estensione github email hunter in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Find email addresses for Github users & repos with just one click!

If you can find someone's Github profile, we can find their email. Github Email Hunter is great for networking with developers or reaching out to open source maintainers.                    

Informazioni di Base sull'Estensione

Nome github email hunter github email hunter
ID ppcegaekdbgcgbapfdcjbhednhmgcjnk
URL Ufficiale https://chromewebstore.google.com/detail/github-email-hunter/ppcegaekdbgcgbapfdcjbhednhmgcjnk
Descrizione email hunter for github users & projects
Dimensione del File 43.93 KB
Conteggio Installazioni 2,721
Versione Corrente 1.0
Ultimo Aggiornamento 2021-06-16
Data di Pubblicazione 2021-06-16
Sviluppatore bedelstein12
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.notion.so/Github-Email-Hunter-6645fca258394f8fa178f505d066ec95
URL della Pagina di Aiuto https://www.notion.so/Github-Email-Hunter-6645fca258394f8fa178f505d066ec95
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "github email hunter",
    "version": "1.0",
    "description": "email hunter for github users & projects",
    "author": "Ben Edelstein",
    "icons": {
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "icon_16.png",
            "48": "icon_48.png"
        },
        "default_popup": "popup.html",
        "default_title": "find emails"
    },
    "permissions": [
        "activeTab"
    ]
}