EmailOnGitHub
EmailOnGitHub Chrome extension allows you to discover info associated with user’s GitHub profile.
EmailOnGitHubとは何ですか?
EmailOnGitHubはEla Moscickaによって開発されたChromeの拡張機能で、その主な機能は「EmailOnGitHub Chrome extension allows you to discover info associated with user’s GitHub profile.」です。
拡張機能のスクリーンショット
EmailOnGitHub拡張機能のCRXファイルをダウンロード
EmailOnGitHub拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
#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 |
Eメール | [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" ] } ] } |