andOTP Extension
Open source two-factor authentication for Android
Co to jest andOTP Extension?
andOTP Extension to rozszerzenie Chrome opracowane przez kevinrestaino, a jego główną funkcją jest „Open source two-factor authentication for Android”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia andOTP Extension
Pobierz pliki rozszerzeń andOTP Extension 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
Restore your backups and access your two-factor authentication tokens from your browser. Limited to plain-text JSON backups right now.
Features right now include:
• Copy to clipboard
• Text search filter
• Auto refresh tokens
• No phone required after restoring backup
Planned features:
• Firefox and Edge versions
• Add encrypted backup support
• Add dark theme
• Add thumbnail support
• Add auto sync with phone feature
Source is on GitHub: https://github.com/krestaino/andotp-extension Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | apbpiclbhifcmlbhbhillogjkphjdamd |
| Oficjalny URL | https://chromewebstore.google.com/detail/andotp-extension/apbpiclbhifcmlbhbhillogjkphjdamd |
| Opis | Open source two-factor authentication for Android |
| Rozmiar pliku | 116 KB |
| Liczba instalacji | 294 |
| Aktualna Wersja | 0.3.0 |
| Ostatnia Aktualizacja | 2019-05-17 |
| Data Publikacji | 2019-05-17 |
| Ocena | 1.50/5 Łącznie 2 Oceny |
| Deweloper | kevinrestaino |
| Typ Płatności | free |
| Strona Rozszerzenia | https://github.com/krestaino/andotp-extension |
| Adres URL Strony Pomocy | https://github.com/krestaino/andotp-extension/issues |
| Obsługiwane Języki | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "andOTP Extension",
"short_name": "andOTP",
"description": "Open source two-factor authentication for Android",
"version": "0.3.0",
"manifest_version": 2,
"permissions": [
"storage"
],
"icons": {
"48": "icons\/icon_48.png",
"128": "icons\/icon_128.png"
},
"browser_action": {
"default_title": "andOTP",
"default_popup": "popup\/popup.html"
},
"options_ui": {
"page": "options\/options.html",
"chrome_style": true
}
} | |