Finder: Find email addresses from any website

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

What is Finder: Find email addresses from any website?

Finder: Find email addresses from any website is a Chrome extension developed by https://finder.app, and its main feature is "Find email addresses and technologies behind the websites you are browsing.".

Extension Screenshots

screenshot

Download Finder: Find email addresses from any website Extension CRX File

Download Finder: Find email addresses from any website extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Finder: Find email addresses from any website Finder: Find email addresses from any website
ID ahkekmkphijfichfheaolighelfmifaj
Official URL https://chromewebstore.google.com/detail/finder-find-email-address/ahkekmkphijfichfheaolighelfmifaj
Description Find email addresses and technologies behind the websites you are browsing.
File Size 1.39 MB
Installation Count 271
Current Version 1.1.4
Last Updated 2020-10-15
Publish Date 2020-05-24
Rating 5.00/5 Total 1 Ratings
Developer https://finder.app
Email [email protected]
Payment Type free
Extension Website https://finder.app
Help Page URL https://finder.app/pricing
Supported Languages 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"
    }
}