Email Finder

An Email Finder Extension which helps you get CEO Email quicker

什么是Email Finder?

Email Finder是由thomas开发的Chrome扩展程序,该扩展的主要功能是“An Email Finder Extension which helps you get CEO Email quicker”。

扩展截图

screenshot
screenshot

下载Email Finder扩展crx文件

下载Email Finder扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Email Finder Email Finder
ID idlbgnmlnkfohpbmcpolmgmneflaoicm
官方URL https://chromewebstore.google.com/detail/email-finder/idlbgnmlnkfohpbmcpolmgmneflaoicm
简介 An Email Finder Extension which helps you get CEO Email quicker
文件大小 50.64 KB
安装次数 11
当前版本 1.11
更新时间 2020-04-20
上架时间 2020-04-17
开发者 thomas
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
    ]
}