EmailOnGitHub

EmailOnGitHub Chrome extension allows you to discover info associated with user’s GitHub profile.

Qu'est-ce que EmailOnGitHub ?

EmailOnGitHub est une extension Chrome développée par Ela Moscicka, et sa fonction principale est "EmailOnGitHub Chrome extension allows you to discover info associated with user’s GitHub profile.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension EmailOnGitHub

Téléchargez les fichiers d'extension EmailOnGitHub 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

                        #Extension has been recognized by recruitment experts: Irina Shamaeva, Jonathan Kidder, Jiri Herodek, Noel Cocca and Dean Da Costa! See more here: https://booleanstrings.com/tools/ (check 'Lookup & Contact Info' section) and here https://www.linkedin.com/posts/elamoscicka_github-chrome-womenintech-activity-6729667184005582848-y8Su/

# It’s FREE!

# HOW IT WORKS: Once installed go to GitHub -> user’s info (email and if user is available for hire) will be displayed right under user’s login (see photos attached) - if no email found you'll see message "email not found".

# It allows you to check 30 GitHub user’s profiles per hour.

# We advise you to be logged in your GitHub account and use Chrome browser for better results (if you don’t have GitHub account, you can create it for free).

* we work only with data that is accessible through GitHub Public API.

EmailOnGithub creacted by Ela Mościcka and Martin Petrla!

Questions? Contact Ela on: https://www.linkedin.com/in/elamoscicka/ or https://elaintech.com/contact                    

Informations de Base sur l'Extension

Nom EmailOnGitHub EmailOnGitHub
ID jjmphadcgcmpdnombcomlmmbmojccmcf
URL Officiel https://chromewebstore.google.com/detail/emailongithub/jjmphadcgcmpdnombcomlmmbmojccmcf
Description EmailOnGitHub Chrome extension allows you to discover info associated with user’s GitHub profile.
Taille du Fichier 7.91 KB
Nombre d'Installations 4,457
Version Actuelle 1.0.4
Dernière Mise à Jour 2021-02-14
Date de Publication 2020-04-19
Évaluation 5.00/5 Total 5 Évaluations
Développeur Ela Moscicka
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "EmailOnGitHub",
    "description": "EmailOnGitHub Chrome extension allows you to discover info associated with user\u2019s GitHub profile.",
    "version": "1.0.4",
    "icons": {
        "128": "EmailOnGithubLogoSmall.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/github.com\/*"
            ],
            "js": [
                "github.js"
            ]
        }
    ]
}