Easy Duo Authentication, updated by Zavins
Gives you passcodes for the Duo Multi-Factor Authentication.
Was ist Easy Duo Authentication, updated by Zavins?
Easy Duo Authentication, updated by Zavins ist eine Chrome-Erweiterung, die von zhiyuanwang1003 entwickelt wurde, und ihr Hauptmerkmal ist "Gives you passcodes for the Duo Multi-Factor Authentication.".
Erweiterungsscreenshots
Easy Duo Authentication, updated by Zavins-Erweiterungs-CRX-Datei herunterladen
Laden Sie Easy Duo Authentication, updated by Zavins-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Easy Duo Authentication, updated by Zavins. Originally from Yu Shen
Grundlegende Informationen zur Erweiterung
Name | Easy Duo Authentication, updated by Zavins |
ID | damdchnnlnpebfggbgbmbgddekccjcmi |
Offizielle URL | https://chromewebstore.google.com/detail/easy-duo-authentication-u/damdchnnlnpebfggbgbmbgddekccjcmi |
Beschreibung | Gives you passcodes for the Duo Multi-Factor Authentication. |
Dateigröße | 31.97 MB |
Installationsanzahl | 58 |
Aktuelle Version | 1.0.4 |
Letztes Update | 2021-11-05 |
Veröffentlichungsdatum | 2021-11-05 |
Entwickler | zhiyuanwang1003 |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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\/*" ] } ] } |