andOTP Extension
Open source two-factor authentication for Android
andOTP Extension क्या है?
andOTP Extension kevinrestaino द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Open source two-factor authentication for Android"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में andOTP Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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
एक्सटेंशन की मूल जानकारी
नाम | andOTP Extension |
ID | apbpiclbhifcmlbhbhillogjkphjdamd |
आधिकारिक URL | https://chromewebstore.google.com/detail/andotp-extension/apbpiclbhifcmlbhbhillogjkphjdamd |
विवरण | Open source two-factor authentication for Android |
फ़ाइल का आकार | 116 KB |
स्थापना संख्या | 294 |
वर्तमान संस्करण | 0.3.0 |
अंतिम अपडेट | 2019-05-17 |
प्रकाशन तिथि | 2019-05-17 |
रेटिंग | 1.50/5 कुल 2 रेटिंग्स |
डेवलपर | kevinrestaino |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/krestaino/andotp-extension |
सहायता पृष्ठ URL | https://github.com/krestaino/andotp-extension/issues |
समर्थित भाषाएँ | 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 } } |