TrustLogin - IDaaS (Identity as a Service)

Cloud-based security solution Single Sign-On (SSO), password and ID management (IDaaS) for Corporations.

TrustLogin - IDaaS (Identity as a Service)คืออะไร?

TrustLogin - IDaaS (Identity as a Service) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://trustlogin.com และคุณลักษณะหลักของมันคือ "Cloud-based security solution Single Sign-On (SSO), password and ID management (IDaaS) for Corporations."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TrustLogin - IDaaS (Identity as a Service)

ดาวน์โหลดไฟล์ส่วนขยาย TrustLogin - IDaaS (Identity as a Service) ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        TrustLogin is a cloud service that provides 'ID management', 'single sign-on' and 'access control'. It reduces labor for identity management at companies and realizes a highly secure authentication environment.

The main functions are as follows.

· Identity management
It is a function that the company's system administrator can manage the ID and password of business applications used by employees. We will manage such as adding IDs when employees are hired or modifying registration information when changing divisions.

· SSO (Single sign-on)
Single sign-on is a function that allows you to use multiple services with one login. Operation is possible with one ID and password, eliminating the need to remember multiple IDs / passwords.

·Access control
This is a function that allows the administrator to control services / devices that users / departments (groups) can access. You can temporarily stop using guest users and restrict access by retirees.                    

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

ชื่อ TrustLogin - IDaaS (Identity as a Service) TrustLogin - IDaaS (Identity as a Service)
ID injlinpljbkaecdfcipjihconmpndkjj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/trustlogin-idaas-identity/injlinpljbkaecdfcipjihconmpndkjj
คำอธิบาย Cloud-based security solution Single Sign-On (SSO), password and ID management (IDaaS) for Corporations.
ขนาดไฟล์ 889 KB
จำนวนการติดตั้ง 81,777
เวอร์ชันปัจจุบัน 3.5.4
อัปเดตครั้งล่าสุด 2024-03-01
วันที่เผยแพร่ 2020-05-16
คะแนน 3.67/5 รวมทั้งหมด 12 คะแนน
ผู้พัฒนา https://trustlogin.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://trustlogin.com/
URL หน้าช่วยเหลือ https://trustlogin.com/support/
URL หน้านโยบายความเป็นส่วนตัว https://www.globalsign.co.jp/policy/privacy_translated.html
ภาษาที่รองรับ en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "TrustLogin - IDaaS (Identity as a Service)",
    "description": "__MSG_extDescription__",
    "default_locale": "ja",
    "version": "3.5.4",
    "author": "GlobalSign - https:\/\/www.globalsign.com",
    "background": {
        "service_worker": "service-worker.bundle.js"
    },
    "icons": {
        "16": "img\/Icon_16X16.png",
        "19": "img\/Icon_19X19.png",
        "32": "img\/Icon_32X32.png",
        "48": "img\/Icon_48X48.png",
        "64": "img\/Icon_64X64.png",
        "128": "img\/Icon_128X128.png",
        "256": "img\/Icon_256X256.png",
        "512": "img\/Icon_512X512.png",
        "1024": "img\/Icon_1024X1024.png"
    },
    "action": {
        "default_title": "TrustLogin - IDaaS (Identity as a Service)",
        "default_icon": "img\/Icon_19X19.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content-script.bundle.js"
            ],
            "run_at": "document_end",
            "match_about_blank": true,
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "injected-script.bundle.js"
            ],
            "run_at": "document_start",
            "match_about_blank": true,
            "all_frames": true,
            "world": "MAIN"
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/portal.trustlogin.com\/*"
        ]
    },
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "webNavigation"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "img\/loading_service_page.gif"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}