EmailOnGitHub

EmailOnGitHub Chrome extension allows you to discover info associated with user’s GitHub profile.

EmailOnGitHub là gì?

EmailOnGitHub là một tiện ích mở rộng Chrome được phát triển bởi Ela Moscicka, và tính năng chính của nó là "EmailOnGitHub Chrome extension allows you to discover info associated with user’s GitHub profile.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng EmailOnGitHub

Tải xuống các tệp mở rộng EmailOnGitHub dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        #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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên EmailOnGitHub EmailOnGitHub
ID jjmphadcgcmpdnombcomlmmbmojccmcf
URL Chính Thức https://chromewebstore.google.com/detail/emailongithub/jjmphadcgcmpdnombcomlmmbmojccmcf
Mô tả EmailOnGitHub Chrome extension allows you to discover info associated with user’s GitHub profile.
Kích Thước Tệp 7.91 KB
Số Lần Cài Đặt 4,457
Phiên Bản Hiện Tại 1.0.4
Cập Nhật Lần Cuối 2021-02-14
Ngày Phát Hành 2020-04-19
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển Ela Moscicka
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}