andOTP Extension

Open source two-factor authentication for Android

Qu'est-ce que andOTP Extension ?

andOTP Extension est une extension Chrome développée par kevinrestaino, et sa fonction principale est "Open source two-factor authentication for Android".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension andOTP Extension

Téléchargez les fichiers d'extension andOTP Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom andOTP Extension andOTP Extension
ID apbpiclbhifcmlbhbhillogjkphjdamd
URL Officiel https://chromewebstore.google.com/detail/andotp-extension/apbpiclbhifcmlbhbhillogjkphjdamd
Description Open source two-factor authentication for Android
Taille du Fichier 116 KB
Nombre d'Installations 294
Version Actuelle 0.3.0
Dernière Mise à Jour 2019-05-17
Date de Publication 2019-05-17
Évaluation 1.50/5 Total 2 Évaluations
Développeur kevinrestaino
Type de Paiement free
Site Web de l'Extension https://github.com/krestaino/andotp-extension
URL de la Page d'Aide https://github.com/krestaino/andotp-extension/issues
Langues Prises en Charge 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
    }
}