Yufu Secure Web Authentication Plugin

Web extension let you quickly access Yufu applications without requiring a username or password

ما هو Yufu Secure Web Authentication Plugin؟

Yufu Secure Web Authentication Plugin هو إضافة Chrome تم تطويرها بواسطة yufuidentity، والميزة الرئيسية لها هي "Web extension let you quickly access Yufu applications without requiring a username or password".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Yufu Secure Web Authentication Plugin

قم بتنزيل ملفات الامتداد Yufu Secure Web Authentication Plugin بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Yufu Secure Web Authentication Plugin allows securely access web applications without requiring  username or password.

With the Plugin you can automatically sign in to your business and personal website with just one click.

You need a Yufu account to use the Plugin.                    

معلومات أساسية عن التمديد

الاسم Yufu Secure Web Authentication Plugin Yufu Secure Web Authentication Plugin
ID dplhnklfhlgpdffaemoobldhjhjnlpae
عنوان URL الرسمي https://chrome.google.com/webstore/detail/yufu-secure-web-authentic/dplhnklfhlgpdffaemoobldhjhjnlpae
الوصف Web extension let you quickly access Yufu applications without requiring a username or password
حجم الملف 45.1 KB
عدد التثبيتات 205
النسخة الحالية 0.6.0
آخر تحديث 2022-03-10
تاريخ النشر 2020-02-17
تقييم 5.00/5 مجموع تقييمات 7
المطور yufuidentity
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://wiki.yufuid.com/display/IDAAS/Yufu+Secure+Web+Authentication+Plugin+Privacy+Policy+for+Chrome
اللغات المدعومة zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Yufu Secure Web Authentication Plugin",
    "short_name": "Yufu",
    "version": "0.6.0",
    "manifest_version": 3,
    "description": "Web extension let you quickly access Yufu applications without requiring a username or password",
    "icons": {
        "16": "assets\/images\/icon-16.png",
        "128": "assets\/images\/icon-128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "activeTab",
        "webNavigation",
        "storage",
        "privacy",
        "notifications",
        "tabs",
        "scripting"
    ],
    "host_permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "action": {
        "default_popup": "popup\/index.html",
        "default_icon": {
            "19": "assets\/images\/icon-19.png",
            "38": "assets\/images\/icon-38.png"
        },
        "default_title": "Yufu Secure Web Authentication Plugin"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/images\/icon-48.png"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}