Private Investigator
a chrome extension that uses FullContact's email API
Co to jest Private Investigator?
Private Investigator to rozszerzenie Chrome opracowane przez justinliow, a jego główną funkcją jest „a chrome extension that uses FullContact's email API”.
Pobierz plik CRX rozszerzenia Private Investigator
Pobierz pliki rozszerzeń Private Investigator w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Enter an email and find all accounts associated with it. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | kamgknfdcjepeagppnbbcgfadkekciij |
| Oficjalny URL | https://chromewebstore.google.com/detail/private-investigator/kamgknfdcjepeagppnbbcgfadkekciij |
| Opis | a chrome extension that uses FullContact's email API |
| Rozmiar pliku | 121 KB |
| Liczba instalacji | 90 |
| Aktualna Wersja | 1.0 |
| Ostatnia Aktualizacja | 2017-01-07 |
| Data Publikacji | 2017-01-06 |
| Ocena | 5.00/5 Łącznie 2 Oceny |
| Deweloper | justinliow |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | 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\/*"
]
} | |