Easy Duo Authentication, updated by Zavins
Gives you passcodes for the Duo Multi-Factor Authentication.
Cos'è Easy Duo Authentication, updated by Zavins?
Easy Duo Authentication, updated by Zavins è un'estensione di Chrome sviluppata da zhiyuanwang1003, e la sua funzione principale è "Gives you passcodes for the Duo Multi-Factor Authentication.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Easy Duo Authentication, updated by Zavins
Scarica i file di estensione Easy Duo Authentication, updated by Zavins in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Easy Duo Authentication, updated by Zavins. Originally from Yu Shen
Informazioni di Base sull'Estensione
Nome | Easy Duo Authentication, updated by Zavins |
ID | damdchnnlnpebfggbgbmbgddekccjcmi |
URL Ufficiale | https://chromewebstore.google.com/detail/easy-duo-authentication-u/damdchnnlnpebfggbgbmbgddekccjcmi |
Descrizione | Gives you passcodes for the Duo Multi-Factor Authentication. |
Dimensione del File | 31.97 MB |
Conteggio Installazioni | 58 |
Versione Corrente | 1.0.4 |
Ultimo Aggiornamento | 2021-11-05 |
Data di Pubblicazione | 2021-11-05 |
Sviluppatore | zhiyuanwang1003 |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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\/*" ] } ] } |