Compact Identity

Signle Sign On for web and desktop applications.

Compact Identityคืออะไร?

Compact Identity เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.ilantus.com และคุณลักษณะหลักของมันคือ "Signle Sign On for web and desktop applications."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Compact Identity

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

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

                        Google Chrome browser extension of Compact Identity.

This extension is required for any web based application that is extension based. Compact Identity extension will perform a credential replay activity to ensure seamless access to enterprise applications from Compact Identity Launchpad.                    

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

ชื่อ Compact Identity Compact Identity
ID pmfnlmoidamimomaimiiekbdjcacdamp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/compact-identity/pmfnlmoidamimomaimiiekbdjcacdamp
คำอธิบาย Signle Sign On for web and desktop applications.
ขนาดไฟล์ 85.74 KB
จำนวนการติดตั้ง 10,000
เวอร์ชันปัจจุบัน 9.1
อัปเดตครั้งล่าสุด 2021-04-30
วันที่เผยแพร่ 2019-12-26
ผู้พัฒนา https://www.ilantus.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.ilantus.com/
URL หน้าช่วยเหลือ https://productsupport.ilantus.com
URL หน้านโยบายความเป็นส่วนตัว https://www.ilantus.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Compact Identity",
    "description": "Signle Sign On for web and desktop applications.",
    "version": "9.1",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "popup.js",
                "crypto-js.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "128": "favicon128.png",
        "16": "favicon16.png",
        "32": "favicon32.png",
        "48": "favicon48.png"
    },
    "web_accessible_resources": [
        "icon.png"
    ],
    "browser_action": {
        "default_title": "Compact Identity",
        "default_icon": "icon.png",
        "default_popup": "background.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}