Amplemarket Emailmatcher

Find any email address in seconds

Was ist Amplemarket Emailmatcher?

Amplemarket Emailmatcher ist eine Chrome-Erweiterung, die von http://emailmatcher.com entwickelt wurde, und ihr Hauptmerkmal ist "Find any email address in seconds".

Erweiterungsscreenshots

screenshot

Amplemarket Emailmatcher-Erweiterungs-CRX-Datei herunterladen

Laden Sie Amplemarket Emailmatcher-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

                        Find any email address in a matter of seconds.

With the Amplemarket Emailmatcher extension you can quickly find emails at any company. Just click the toolbar icon and start searching!

Feel free to reach out to us - [email protected]                    

Grundlegende Informationen zur Erweiterung

Name Amplemarket Emailmatcher Amplemarket Emailmatcher
ID hpfjaceoaoompbnjmhokccopgfmlchdk
Offizielle URL https://chrome.google.com/webstore/detail/amplemarket-emailmatcher/hpfjaceoaoompbnjmhokccopgfmlchdk
Beschreibung Find any email address in seconds
Dateigröße 99.4 KB
Installationsanzahl 1,000
Aktuelle Version 1.1
Letztes Update 2017-03-06
Veröffentlichungsdatum 2017-03-06
Bewertung 3.50/5 Insgesamt 6 Bewertungen
Entwickler http://emailmatcher.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://emailmatcher.com
Hilfeseite URL https://emailmatcher.com
URL der Datenschutzrichtlinien-Seite https://amplemarket.com/privacy
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Amplemarket Emailmatcher",
    "short_name": "Emailmatcher",
    "description": "Find any email address in seconds",
    "version": "1.1",
    "author": "Amplemarket",
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png",
        "16": "icon48.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Find email"
    },
    "homepage_url": "https:\/\/www.emailmatcher.com\/",
    "permissions": [
        "https:\/\/emailmatcher.com\/*",
        "http:\/\/*.amplemarket.com\/*",
        "https:\/\/*.amplemarket.com\/*",
        "identity",
        "identity.email",
        "tabs"
    ]
}