Private Investigator
a chrome extension that uses FullContact's email API
Cos'è Private Investigator?
Private Investigator è un'estensione di Chrome sviluppata da justinliow, e la sua funzione principale è "a chrome extension that uses FullContact's email API".
Scarica il file CRX dell'estensione Private Investigator
Scarica i file di estensione Private Investigator in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Enter an email and find all accounts associated with it. Informazioni di Base sull'Estensione
| Nome | |
| ID | kamgknfdcjepeagppnbbcgfadkekciij |
| URL Ufficiale | https://chromewebstore.google.com/detail/private-investigator/kamgknfdcjepeagppnbbcgfadkekciij |
| Descrizione | a chrome extension that uses FullContact's email API |
| Dimensione del File | 121 KB |
| Conteggio Installazioni | 90 |
| Versione Corrente | 1.0 |
| Ultimo Aggiornamento | 2017-01-07 |
| Data di Pubblicazione | 2017-01-06 |
| Valutazione | 5.00/5 Totale 2 Valutazioni |
| Sviluppatore | justinliow |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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\/*"
]
} | |