Cross Identity

Single Sign On for web and desktop applications.

Cross Identityคืออะไร?

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

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

screenshot

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

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

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

                        Google chrome extension for Cross 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 Cross Identity Launchpad.                    

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

ชื่อ Cross Identity Cross Identity
ID bgnhamkjgjnjfieadagbccalaiehmaca
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/cross-identity/bgnhamkjgjnjfieadagbccalaiehmaca
คำอธิบาย Single Sign On for web and desktop applications.
ขนาดไฟล์ 46.1 KB
จำนวนการติดตั้ง 11,077
เวอร์ชันปัจจุบัน 7
อัปเดตครั้งล่าสุด 2023-05-15
วันที่เผยแพร่ 2023-05-15
ผู้พัฒนา https://www.crossidentity.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.crossidentity.com/
URL หน้าช่วยเหลือ https://www.crossidentity.com/
URL หน้านโยบายความเป็นส่วนตัว https://www.ilantus.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "icon.png",
        "default_popup": "background.html",
        "default_title": "Cross Identity SSO"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "popup.js",
                "crypto-js.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
    },
    "description": "Single Sign On for web and desktop applications.",
    "icons": {
        "128": "favicon128.png",
        "16": "favicon16.png",
        "32": "favicon32.png",
        "48": "favicon48.png"
    },
    "manifest_version": 3,
    "name": "Cross Identity",
    "permissions": [
        "tabs",
        "scripting"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "7",
    "web_accessible_resources": [
        {
            "resources": [
                "icon.png"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/\/*"
            ]
        }
    ]
}