EmailOnGitHub
EmailOnGitHub Chrome extension allows you to discover info associated with user’s GitHub profile.
Cos'è EmailOnGitHub?
EmailOnGitHub è un'estensione di Chrome sviluppata da Ela Moscicka, e la sua funzione principale è "EmailOnGitHub Chrome extension allows you to discover info associated with user’s GitHub profile.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione EmailOnGitHub
Scarica i file di estensione EmailOnGitHub 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
#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
Informazioni di Base sull'Estensione
Nome | EmailOnGitHub |
ID | jjmphadcgcmpdnombcomlmmbmojccmcf |
URL Ufficiale | https://chromewebstore.google.com/detail/emailongithub/jjmphadcgcmpdnombcomlmmbmojccmcf |
Descrizione | EmailOnGitHub Chrome extension allows you to discover info associated with user’s GitHub profile. |
Dimensione del File | 7.91 KB |
Conteggio Installazioni | 4,457 |
Versione Corrente | 1.0.4 |
Ultimo Aggiornamento | 2021-02-14 |
Data di Pubblicazione | 2020-04-19 |
Valutazione | 5.00/5 Totale 5 Valutazioni |
Sviluppatore | Ela Moscicka |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } ] } |