Email Finder

An Email Finder Extension which helps you get CEO Email quicker

Wat is Email Finder?

Email Finder is een Chrome-extensie ontwikkeld door thomas, en de belangrijkste functie is "An Email Finder Extension which helps you get CEO Email quicker".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Email Finder

Download Email Finder-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Email Finder Email Finder
ID idlbgnmlnkfohpbmcpolmgmneflaoicm
Officiële URL https://chromewebstore.google.com/detail/email-finder/idlbgnmlnkfohpbmcpolmgmneflaoicm
Beschrijving An Email Finder Extension which helps you get CEO Email quicker
Bestandsgrootte 50.64 KB
Aantal Installaties 11
Huidige Versie 1.11
Laatst Bijgewerkt 2020-04-20
Publicatiedatum 2020-04-17
Ontwikkelaar thomas
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}