Private Investigator
a chrome extension that uses FullContact's email API
O que é Private Investigator?
Private Investigator é uma extensão do Chrome desenvolvida por justinliow, e sua principal característica é "a chrome extension that uses FullContact's email API".
Baixar o arquivo CRX da Extensão Private Investigator
Baixe arquivos de extensão Private Investigator no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Enter an email and find all accounts associated with it.
Informações Básicas da Extensão
Nome | Private Investigator |
ID | kamgknfdcjepeagppnbbcgfadkekciij |
URL Oficial | https://chromewebstore.google.com/detail/private-investigator/kamgknfdcjepeagppnbbcgfadkekciij |
Descrição | a chrome extension that uses FullContact's email API |
Tamanho do Arquivo | 121 KB |
Contagem de Instalações | 90 |
Versão Atual | 1.0 |
Última Atualização | 2017-01-07 |
Data de Publicação | 2017-01-06 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | justinliow |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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\/*" ] } |