Private Investigator
a chrome extension that uses FullContact's email API
Wat is Private Investigator?
Private Investigator is een Chrome-extensie ontwikkeld door justinliow, en de belangrijkste functie is "a chrome extension that uses FullContact's email API".
Download het CRX-bestand van de extensie Private Investigator
Download Private Investigator-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Enter an email and find all accounts associated with it.
Basisinformatie over de Extensie
Naam | Private Investigator |
ID | kamgknfdcjepeagppnbbcgfadkekciij |
Officiële URL | https://chromewebstore.google.com/detail/private-investigator/kamgknfdcjepeagppnbbcgfadkekciij |
Beschrijving | a chrome extension that uses FullContact's email API |
Bestandsgrootte | 121 KB |
Aantal Installaties | 90 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2017-01-07 |
Publicatiedatum | 2017-01-06 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | justinliow |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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\/*" ] } |