EmailOnGitHub
EmailOnGitHub Chrome extension allows you to discover info associated with user’s GitHub profile.
EmailOnGitHub क्या है?
EmailOnGitHub Ela Moscicka द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "EmailOnGitHub Chrome extension allows you to discover info associated with user’s GitHub profile."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में EmailOnGitHub एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
#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
एक्सटेंशन की मूल जानकारी
नाम | EmailOnGitHub |
ID | jjmphadcgcmpdnombcomlmmbmojccmcf |
आधिकारिक URL | https://chromewebstore.google.com/detail/emailongithub/jjmphadcgcmpdnombcomlmmbmojccmcf |
विवरण | EmailOnGitHub Chrome extension allows you to discover info associated with user’s GitHub profile. |
फ़ाइल का आकार | 7.91 KB |
स्थापना संख्या | 4,457 |
वर्तमान संस्करण | 1.0.4 |
अंतिम अपडेट | 2021-02-14 |
प्रकाशन तिथि | 2020-04-19 |
रेटिंग | 5.00/5 कुल 5 रेटिंग्स |
डेवलपर | Ela Moscicka |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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" ] } ] } |