github email hunter

email hunter for github users & projects

github email hunter là gì?

github email hunter là một tiện ích mở rộng Chrome được phát triển bởi bedelstein12, và tính năng chính của nó là "email hunter for github users & projects".

Ả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 github email hunter

Tải xuống các tệp mở rộng github email hunter 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

                        Find email addresses for Github users & repos with just one click!

If you can find someone's Github profile, we can find their email. Github Email Hunter is great for networking with developers or reaching out to open source maintainers.                    

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

Tên github email hunter github email hunter
ID ppcegaekdbgcgbapfdcjbhednhmgcjnk
URL Chính Thức https://chromewebstore.google.com/detail/github-email-hunter/ppcegaekdbgcgbapfdcjbhednhmgcjnk
Mô tả email hunter for github users & projects
Kích Thước Tệp 43.93 KB
Số Lần Cài Đặt 2,721
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2021-06-16
Ngày Phát Hành 2021-06-16
Nhà Phát Triển bedelstein12
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.notion.so/Github-Email-Hunter-6645fca258394f8fa178f505d066ec95
URL Trang Trợ Giúp https://www.notion.so/Github-Email-Hunter-6645fca258394f8fa178f505d066ec95
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "github email hunter",
    "version": "1.0",
    "description": "email hunter for github users & projects",
    "author": "Ben Edelstein",
    "icons": {
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "icon_16.png",
            "48": "icon_48.png"
        },
        "default_popup": "popup.html",
        "default_title": "find emails"
    },
    "permissions": [
        "activeTab"
    ]
}