Finder: Find email addresses from any website
Find email addresses and technologies behind the websites you are browsing.
什么是Finder: Find email addresses from any website?
Finder: Find email addresses from any website是由https://finder.app开发的Chrome扩展程序,该扩展的主要功能是“Find email addresses and technologies behind the websites you are browsing.”。
扩展截图
下载Finder: Find email addresses from any website扩展crx文件
下载Finder: Find email addresses from any website扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
                        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.                     扩展基本信息
| 名称 |   |  
| ID | ahkekmkphijfichfheaolighelfmifaj | 
| 官方URL | https://chromewebstore.google.com/detail/finder-find-email-address/ahkekmkphijfichfheaolighelfmifaj | 
| 简介 | Find email addresses and technologies behind the websites you are browsing. | 
| 文件大小 | 1.39 MB | 
| 安装次数 | 271 | 
| 当前版本 | 1.1.4 | 
| 更新时间 | 2020-10-15 | 
| 上架时间 | 2020-05-24 | 
| 评分 | 5.00/5 共1次评分 | 
| 开发者 | https://finder.app | 
| 电子邮箱 | [email protected] | 
| 付费类型 | free | 
| 扩展官网 | https://finder.app | 
| 帮助页面URL | https://finder.app/pricing | 
| 支持的语言 | 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"
    }
}  |  |