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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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'"
    }
}