andOTP Extension
Open source two-factor authentication for Android
Hvad er andOTP Extension?
andOTP Extension er en Chrome-udvidelse udviklet af kevinrestaino, og dens hovedfunktion er "Open source two-factor authentication for Android".
Udvidelsesskærmbilleder
Download andOTP Extension-udvidelses-CRX-fil
Download andOTP Extension-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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 Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | apbpiclbhifcmlbhbhillogjkphjdamd |
| Officiel URL | https://chromewebstore.google.com/detail/andotp-extension/apbpiclbhifcmlbhbhillogjkphjdamd |
| Beskrivelse | Open source two-factor authentication for Android |
| Filstørrelse | 116 KB |
| Antal Installationer | 294 |
| Nuværende Version | 0.3.0 |
| Senest Opdateret | 2019-05-17 |
| Udgivelsesdato | 2019-05-17 |
| Bedømmelse | 1.50/5 Samlet 2 Bedømmelser |
| Udvikler | kevinrestaino |
| Betalingsmetode | free |
| Udvidelseswebsted | https://github.com/krestaino/andotp-extension |
| Hjælpeside-URL | https://github.com/krestaino/andotp-extension/issues |
| Understøttede Sprog | 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
}
} | |