Easy Duo Authentication, updated by Zavins
Gives you passcodes for the Duo Multi-Factor Authentication.
Co to jest Easy Duo Authentication, updated by Zavins?
Easy Duo Authentication, updated by Zavins to rozszerzenie Chrome opracowane przez zhiyuanwang1003, a jego główną funkcją jest „Gives you passcodes for the Duo Multi-Factor Authentication.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Easy Duo Authentication, updated by Zavins
Pobierz pliki rozszerzeń Easy Duo Authentication, updated by Zavins w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Easy Duo Authentication, updated by Zavins. Originally from Yu Shen
Podstawowe informacje o rozszerzeniu
Nazwa | Easy Duo Authentication, updated by Zavins |
ID | damdchnnlnpebfggbgbmbgddekccjcmi |
Oficjalny URL | https://chromewebstore.google.com/detail/easy-duo-authentication-u/damdchnnlnpebfggbgbmbgddekccjcmi |
Opis | Gives you passcodes for the Duo Multi-Factor Authentication. |
Rozmiar pliku | 31.97 MB |
Liczba instalacji | 58 |
Aktualna Wersja | 1.0.4 |
Ostatnia Aktualizacja | 2021-11-05 |
Data Publikacji | 2021-11-05 |
Deweloper | zhiyuanwang1003 |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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\/*" ] } ] } |