github email hunter

email hunter for github users & projects

Co to jest github email hunter?

github email hunter to rozszerzenie Chrome opracowane przez bedelstein12, a jego główną funkcją jest „email hunter for github users & projects”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia github email hunter

Pobierz pliki rozszerzeń github email hunter w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa github email hunter github email hunter
ID ppcegaekdbgcgbapfdcjbhednhmgcjnk
Oficjalny URL https://chromewebstore.google.com/detail/github-email-hunter/ppcegaekdbgcgbapfdcjbhednhmgcjnk
Opis email hunter for github users & projects
Rozmiar pliku 43.93 KB
Liczba instalacji 2,721
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2021-06-16
Data Publikacji 2021-06-16
Deweloper bedelstein12
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.notion.so/Github-Email-Hunter-6645fca258394f8fa178f505d066ec95
Adres URL Strony Pomocy https://www.notion.so/Github-Email-Hunter-6645fca258394f8fa178f505d066ec95
Obsługiwane Języki 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"
    ]
}