Private Investigator

a chrome extension that uses FullContact's email API

What is Private Investigator?

Private Investigator is a Chrome extension developed by justinliow, and its main feature is "a chrome extension that uses FullContact's email API".

Download Private Investigator Extension CRX File

Download Private Investigator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Enter an email and find all accounts associated with it.                    

Extension Basic Information

Name Private Investigator Private Investigator
ID kamgknfdcjepeagppnbbcgfadkekciij
Official URL https://chromewebstore.google.com/detail/private-investigator/kamgknfdcjepeagppnbbcgfadkekciij
Description a chrome extension that uses FullContact's email API
File Size 121 KB
Installation Count 90
Current Version 1.0
Last Updated 2017-01-07
Publish Date 2017-01-06
Rating 5.00/5 Total 2 Ratings
Developer justinliow
Email [email protected]
Payment Type free
Supported Languages 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\/*"
    ]
}