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 - это расширение Chrome, разработанное zhiyuanwang1003, и его основная функция - "Gives you passcodes for the Duo Multi-Factor Authentication.".
Снимки экрана расширения
Скачать файл CRX расширения Easy Duo Authentication, updated by Zavins
Скачайте файлы расширений Easy Duo Authentication, updated by Zavins в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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\/*" ] } ] } |