Nithra Authenticator
Browser extension for Nithra Authenticator
Co to jest Nithra Authenticator?
Nithra Authenticator to rozszerzenie Chrome opracowane przez Nithra Apps, a jego główną funkcją jest „Browser extension for Nithra Authenticator”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Nithra Authenticator
Pobierz pliki rozszerzeń Nithra Authenticator 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
Nithra Authenticator generates two-factor authentication codes in your browser for your Nithra Login. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | ihhccmhfiekhalobahbnlfggcgbjlemi |
| Oficjalny URL | https://chromewebstore.google.com/detail/nithra-authenticator/ihhccmhfiekhalobahbnlfggcgbjlemi |
| Opis | Browser extension for Nithra Authenticator |
| Rozmiar pliku | 609 KB |
| Liczba instalacji | 156 |
| Aktualna Wersja | 1.0.1 |
| Ostatnia Aktualizacja | 2023-08-27 |
| Data Publikacji | 2023-08-26 |
| Ocena | 5.00/5 Łącznie 4 Oceny |
| Deweloper | Nithra Apps |
| [email protected] | |
| Typ Płatności | free |
| Adres URL Strony Polityki Prywatności | https://nithra.mobi/privacy.php |
| Obsługiwane Języki | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Nithra Authenticator",
"version": "1.0.1",
"description": "Browser extension for Nithra Authenticator",
"host_permissions": [
"https:\/\/nithra.mobi\/"
],
"permissions": [
"cookies"
],
"action": {
"default_popup": "index.html",
"default_icon": {
"16": "images\/logo-16x16.png",
"48": "images\/logo-48x48.png",
"192": "images\/logo-192x192.png"
}
}
} | |