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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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\/*" ] } ] } |