Email Finder

An Email Finder Extension which helps you get CEO Email quicker

Qu'est-ce que Email Finder ?

Email Finder est une extension Chrome développée par thomas, et sa fonction principale est "An Email Finder Extension which helps you get CEO Email quicker".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Email Finder

Téléchargez les fichiers d'extension Email Finder au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Email Finder Email Finder
ID idlbgnmlnkfohpbmcpolmgmneflaoicm
URL Officiel https://chromewebstore.google.com/detail/email-finder/idlbgnmlnkfohpbmcpolmgmneflaoicm
Description An Email Finder Extension which helps you get CEO Email quicker
Taille du Fichier 50.64 KB
Nombre d'Installations 11
Version Actuelle 1.11
Dernière Mise à Jour 2020-04-20
Date de Publication 2020-04-17
Développeur thomas
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}