Private Investigator

a chrome extension that uses FullContact's email API

Qu'est-ce que Private Investigator ?

Private Investigator est une extension Chrome développée par justinliow, et sa fonction principale est "a chrome extension that uses FullContact's email API".

Télécharger le fichier CRX de l'extension Private Investigator

Téléchargez les fichiers d'extension Private Investigator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Enter an email and find all accounts associated with it.                    

Informations de Base sur l'Extension

Nom Private Investigator Private Investigator
ID kamgknfdcjepeagppnbbcgfadkekciij
URL Officiel https://chromewebstore.google.com/detail/private-investigator/kamgknfdcjepeagppnbbcgfadkekciij
Description a chrome extension that uses FullContact's email API
Taille du Fichier 121 KB
Nombre d'Installations 90
Version Actuelle 1.0
Dernière Mise à Jour 2017-01-07
Date de Publication 2017-01-06
Évaluation 5.00/5 Total 2 Évaluations
Développeur justinliow
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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\/*"
    ]
}