Private Investigator
a chrome extension that uses FullContact's email API
Co je Private Investigator?
Private Investigator je rozšíření Chrome vyvinuté justinliow, a jeho hlavní funkcí je „a chrome extension that uses FullContact's email API“.
Stáhnout soubor CRX rozšíření Private Investigator
Stáhněte si soubory rozšíření Private Investigator ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Enter an email and find all accounts associated with it.
Základní Informace o Rozšíření
Název | Private Investigator |
ID | kamgknfdcjepeagppnbbcgfadkekciij |
Oficiální URL | https://chromewebstore.google.com/detail/private-investigator/kamgknfdcjepeagppnbbcgfadkekciij |
Popis | a chrome extension that uses FullContact's email API |
Velikost souboru | 121 KB |
Počet instalací | 90 |
Aktuální Verze | 1.0 |
Poslední Aktualizace | 2017-01-07 |
Datum Vydání | 2017-01-06 |
Hodnocení | 5.00/5 Celkem 2 Hodnocení |
Vývojář | justinliow |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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\/*" ] } |