andOTP Extension

Open source two-factor authentication for Android

Co je andOTP Extension?

andOTP Extension je rozšíření Chrome vyvinuté kevinrestaino, a jeho hlavní funkcí je „Open source two-factor authentication for Android“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření andOTP Extension

Stáhněte si soubory rozšíření andOTP Extension 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í

                        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                    

Základní Informace o Rozšíření

Název andOTP Extension andOTP Extension
ID apbpiclbhifcmlbhbhillogjkphjdamd
Oficiální URL https://chromewebstore.google.com/detail/andotp-extension/apbpiclbhifcmlbhbhillogjkphjdamd
Popis Open source two-factor authentication for Android
Velikost souboru 116 KB
Počet instalací 294
Aktuální Verze 0.3.0
Poslední Aktualizace 2019-05-17
Datum Vydání 2019-05-17
Hodnocení 1.50/5 Celkem 2 Hodnocení
Vývojář kevinrestaino
Typ Platby free
Webové stránky Rozšíření https://github.com/krestaino/andotp-extension
URL Stránky Nápovědy https://github.com/krestaino/andotp-extension/issues
Podporované Jazyky 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
    }
}