github email hunter

email hunter for github users & projects

github email hunter क्या है?

github email hunter bedelstein12 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "email hunter for github users & projects"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में github email hunter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम github email hunter github email hunter
ID ppcegaekdbgcgbapfdcjbhednhmgcjnk
आधिकारिक URL https://chromewebstore.google.com/detail/github-email-hunter/ppcegaekdbgcgbapfdcjbhednhmgcjnk
विवरण email hunter for github users & projects
फ़ाइल का आकार 43.93 KB
स्थापना संख्या 2,721
वर्तमान संस्करण 1.0
अंतिम अपडेट 2021-06-16
प्रकाशन तिथि 2021-06-16
डेवलपर bedelstein12
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.notion.so/Github-Email-Hunter-6645fca258394f8fa178f505d066ec95
सहायता पृष्ठ URL https://www.notion.so/Github-Email-Hunter-6645fca258394f8fa178f505d066ec95
समर्थित भाषाएँ 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"
    ]
}