andOTP Extension
Open source two-factor authentication for Android
Apa itu andOTP Extension?
andOTP Extension adalah ekstensi Chrome yang dikembangkan oleh kevinrestaino, dan fitur utamanya adalah "Open source two-factor authentication for Android".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi andOTP Extension
Unduh file ekstensi andOTP Extension dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | andOTP Extension |
ID | apbpiclbhifcmlbhbhillogjkphjdamd |
URL Resmi | https://chromewebstore.google.com/detail/andotp-extension/apbpiclbhifcmlbhbhillogjkphjdamd |
Deskripsi | Open source two-factor authentication for Android |
Ukuran File | 116 KB |
Jumlah Instalasi | 294 |
Versi Saat Ini | 0.3.0 |
Terakhir Diperbarui | 2019-05-17 |
Tanggal Publikasi | 2019-05-17 |
Penilaian | 1.50/5 Total 2 Penilaian |
Pengembang | kevinrestaino |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/krestaino/andotp-extension |
URL Halaman Bantuan | https://github.com/krestaino/andotp-extension/issues |
Bahasa yang Didukung | 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 } } |