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 |
官方網址 | 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" ] } ] } |