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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Web extension let you quickly access Yufu applications without requiring a username or password"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Yufu Secure Web Authentication Plugin एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
गोपनीयता नीति पृष्ठ 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'"
    }
}