Finder: Find email addresses from any website

Find email addresses and technologies behind the websites you are browsing.

Finder: Find email addresses from any website क्या है?

Finder: Find email addresses from any website https://finder.app द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Find email addresses and technologies behind the websites you are browsing."।

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

screenshot

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

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

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

                        Finder will help you find every email address possible and current technologies from any website. Contacting certain websites didn't use to be this easy.                    

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

नाम Finder: Find email addresses from any website Finder: Find email addresses from any website
ID ahkekmkphijfichfheaolighelfmifaj
आधिकारिक URL https://chromewebstore.google.com/detail/finder-find-email-address/ahkekmkphijfichfheaolighelfmifaj
विवरण Find email addresses and technologies behind the websites you are browsing.
फ़ाइल का आकार 1.39 MB
स्थापना संख्या 271
वर्तमान संस्करण 1.1.4
अंतिम अपडेट 2020-10-15
प्रकाशन तिथि 2020-05-24
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर https://finder.app
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://finder.app
सहायता पृष्ठ URL https://finder.app/pricing
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Finder: Find email addresses from any website",
    "short_name": "Finder",
    "version": "1.1.4",
    "manifest_version": 2,
    "description": "Find email addresses and technologies behind the websites you are browsing.",
    "homepage_url": "https:\/\/finder.app",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/icon19.png",
            "38": "img\/icon38.png"
        },
        "default_title": "Find emails",
        "default_popup": "html\/browser_popup.html"
    },
    "permissions": [
        "tabs",
        "cookies",
        "activeTab",
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "js\/lib\/jquery.min.js",
            "js\/background.min.js"
        ],
        "persistent": false
    },
    "web_accessible_resources": [
        "img\/*",
        "fonts\/*",
        "html\/source_popup.html"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.finder.app\/*"
        ]
    },
    "omnibox": {
        "keyword": "finder"
    }
}