USO Chrome Extension (Chrome Manifest V3)

USO Extension for Chrome Native Messaging.

USO Chrome Extension (Chrome Manifest V3)คืออะไร?

USO Chrome Extension (Chrome Manifest V3) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย www.i-sprint.com และคุณลักษณะหลักของมันคือ "USO Extension for Chrome Native Messaging."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย USO Chrome Extension (Chrome Manifest V3)

ดาวน์โหลดไฟล์ส่วนขยาย USO Chrome Extension (Chrome Manifest V3) ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        USO Extension for Chrome Native Messaging
USO Chrome Extension is part of the AccessMatrix Universal Sign On (USO) product, a Single Sign-On product for enterprises.

Notes:
-	This extension works for Single Sign-On to web apps and native apps on Windows. The USO Client must be installed in a Windows OS environment for this extension to work.
-	This extension uses Chrome Manifest version 3. For the same extension that uses Chrome Manifest version 2, please uninstall this extension and install “USO Chrome Extension”.
-	For Single Sign-On to web apps on macOS and Linux, please uninstall this extension and install “USO Chrome Extension for Web Apps”.
-	Single Sign-On to macOS and Linux native apps is not supported.

This extension helps users in an enterprise to automatically log in to applications by filling in the User ID and Password fields for them. It is used together with the AccessMatrix USO Client.

Benefits of AccessMatrix™ USO:

• Create user convenience and improve user productivity through faster access to applications and information

• Enhance security with flexible authentication and audit policies that support strong authentication methods and user-centric activity tracking

• Maximize ROI by reducing helpdesk costs, password reset calls, and efforts to consolidate and maintain multiple sets of user credentials

• Ensure compliance with powerful reporting capabilities that enable you to monitor user activities and security violations

• Integrate with existing infrastructure by leveraging existing authentication methods and user registries

• Unify SSO infrastructure by providing integration with all leading Web Access Control (WAC) products

• Centralize management of information access through integration with all provisioning solutions                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ USO Chrome Extension (Chrome Manifest V3) USO Chrome Extension (Chrome Manifest V3)
ID bfffjeneelooklefkmdigdfpnpfnfeac
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/uso-chrome-extension-chro/bfffjeneelooklefkmdigdfpnpfnfeac
คำอธิบาย USO Extension for Chrome Native Messaging.
ขนาดไฟล์ 19.28 KB
จำนวนการติดตั้ง 14,294
เวอร์ชันปัจจุบัน 5.7.1.9
อัปเดตครั้งล่าสุด 2024-01-09
วันที่เผยแพร่ 2017-08-24
ผู้พัฒนา www.i-sprint.com
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "background": {
        "service_worker": "usoBackground.js"
    },
    "action": {
        "default_icon": "uso.ico"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "usoContent.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "description": "USO Extension for Chrome Native Messaging.",
    "icons": {
        "128": "uso128.png"
    },
    "name": "USO Chrome Extension (Chrome Manifest V3)",
    "permissions": [
        "scripting",
        "nativeMessaging",
        "tabs",
        "activeTab"
    ],
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "file:\/\/\/*\/*"
    ],
    "version": "5.7.1.9"
}