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."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

EmailOnGitHub 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 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"
            ]
        }
    ]
}