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是由yufuidentity開發的Chrome擴展程式,該擴展的主要功能是“Web extension let you quickly access Yufu applications without requiring a username or password”。

擴展截圖

screenshot

下載Yufu Secure Web Authentication Plugin擴展crx文件

下載Yufu Secure Web Authentication Plugin擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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
隱私政策頁面URL 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'"
    }
}