andOTP Extension

Open source two-factor authentication for Android

Cos'è andOTP Extension?

andOTP Extension è un'estensione di Chrome sviluppata da kevinrestaino, e la sua funzione principale è "Open source two-factor authentication for Android".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione andOTP Extension

Scarica i file di estensione andOTP Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome andOTP Extension andOTP Extension
ID apbpiclbhifcmlbhbhillogjkphjdamd
URL Ufficiale https://chromewebstore.google.com/detail/andotp-extension/apbpiclbhifcmlbhbhillogjkphjdamd
Descrizione Open source two-factor authentication for Android
Dimensione del File 116 KB
Conteggio Installazioni 294
Versione Corrente 0.3.0
Ultimo Aggiornamento 2019-05-17
Data di Pubblicazione 2019-05-17
Valutazione 1.50/5 Totale 2 Valutazioni
Sviluppatore kevinrestaino
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/krestaino/andotp-extension
URL della Pagina di Aiuto https://github.com/krestaino/andotp-extension/issues
Lingue Supportate 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
    }
}