Private Investigator

a chrome extension that uses FullContact's email API

什么是Private Investigator?

Private Investigator是由justinliow开发的Chrome扩展程序,该扩展的主要功能是“a chrome extension that uses FullContact's email API”。

下载Private Investigator扩展crx文件

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

扩展使用说明

                        Enter an email and find all accounts associated with it.                    

扩展基本信息

名称 Private Investigator Private Investigator
ID kamgknfdcjepeagppnbbcgfadkekciij
官方URL https://chromewebstore.google.com/detail/private-investigator/kamgknfdcjepeagppnbbcgfadkekciij
简介 a chrome extension that uses FullContact's email API
文件大小 121 KB
安装次数 90
当前版本 1.0
更新时间 2017-01-07
上架时间 2017-01-06
评分 5.00/5 共2次评分
开发者 justinliow
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Private Investigator",
    "description": "a chrome extension that uses FullContact's email API",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "index.html"
    },
    "permissions": [
        "activeTab",
        "https:\/\/api.fullcontact.com\/*"
    ]
}