Email Finder

An Email Finder Extension which helps you get CEO Email quicker

Email Finder क्या है?

Email Finder thomas द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An Email Finder Extension which helps you get CEO Email quicker"।

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

screenshot
screenshot

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

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

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

                        You can identify emails based off of a website using this extension                    

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

नाम Email Finder Email Finder
ID idlbgnmlnkfohpbmcpolmgmneflaoicm
आधिकारिक URL https://chromewebstore.google.com/detail/email-finder/idlbgnmlnkfohpbmcpolmgmneflaoicm
विवरण An Email Finder Extension which helps you get CEO Email quicker
फ़ाइल का आकार 50.64 KB
स्थापना संख्या 11
वर्तमान संस्करण 1.11
अंतिम अपडेट 2020-04-20
प्रकाशन तिथि 2020-04-17
डेवलपर thomas
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Email Finder",
    "version": "1.11",
    "description": "An Email Finder Extension which helps you get CEO Email quicker",
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/jquery-3.4.1.js",
                "js\/script.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "storage"
    ],
    "content_security_policy": "script-src 'self' https:\/\/stackpath.bootstrapcdn.com\/bootstrap\/4.4.1\/js\/bootstrap.bundle.min.js; object-src 'self' ",
    "web_accessible_resources": [
        "images\/*.png"
    ]
}