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 |
电子邮箱 | [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" ] } ] } |