Easy Duo Authentication, updated by Zavins
Gives you passcodes for the Duo Multi-Factor Authentication.
Easy Duo Authentication, updated by Zavins क्या है?
Easy Duo Authentication, updated by Zavins zhiyuanwang1003 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Gives you passcodes for the Duo Multi-Factor Authentication."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Easy Duo Authentication, updated by Zavins एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Easy Duo Authentication, updated by Zavins. Originally from Yu Shen
एक्सटेंशन की मूल जानकारी
नाम | Easy Duo Authentication, updated by Zavins |
ID | damdchnnlnpebfggbgbmbgddekccjcmi |
आधिकारिक URL | https://chromewebstore.google.com/detail/easy-duo-authentication-u/damdchnnlnpebfggbgbmbgddekccjcmi |
विवरण | Gives you passcodes for the Duo Multi-Factor Authentication. |
फ़ाइल का आकार | 31.97 MB |
स्थापना संख्या | 58 |
वर्तमान संस्करण | 1.0.4 |
अंतिम अपडेट | 2021-11-05 |
प्रकाशन तिथि | 2021-11-05 |
डेवलपर | zhiyuanwang1003 |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Easy Duo Authentication, updated by Zavins", "version": "1.0.4", "description": "Gives you passcodes for the Duo Multi-Factor Authentication.", "permissions": [ "storage" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "images\/unlock_icon16.png", "32": "images\/unlock_icon32.png", "48": "images\/unlock_icon48.png", "128": "images\/unlock_icon128.png" } }, "icons": { "16": "images\/unlock_icon16.png", "32": "images\/unlock_icon32.png", "48": "images\/unlock_icon48.png", "128": "images\/unlock_icon128.png" }, "manifest_version": 3, "content_scripts": [ { "js": [ "jquery-1.7.1.min.js", "background.js" ], "all_frames": true, "matches": [ "https:\/\/*.duosecurity.com\/*" ] } ] } |