Finder: Find email addresses from any website

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

Was ist Finder: Find email addresses from any website?

Finder: Find email addresses from any website ist eine Chrome-Erweiterung, die von https://finder.app entwickelt wurde, und ihr Hauptmerkmal ist "Find email addresses and technologies behind the websites you are browsing.".

Erweiterungsscreenshots

screenshot

Finder: Find email addresses from any website-Erweiterungs-CRX-Datei herunterladen

Laden Sie Finder: Find email addresses from any website-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Finder: Find email addresses from any website Finder: Find email addresses from any website
ID ahkekmkphijfichfheaolighelfmifaj
Offizielle URL https://chromewebstore.google.com/detail/finder-find-email-address/ahkekmkphijfichfheaolighelfmifaj
Beschreibung Find email addresses and technologies behind the websites you are browsing.
Dateigröße 1.39 MB
Installationsanzahl 271
Aktuelle Version 1.1.4
Letztes Update 2020-10-15
Veröffentlichungsdatum 2020-05-24
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler https://finder.app
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://finder.app
Hilfeseite URL https://finder.app/pricing
Unterstützte Sprachen 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"
    }
}