ISAM ESSO

Single sign-on to web applications with IBM Security Access Manager for Enterprise Single Sign-on.

ISAM ESSOคืออะไร?

ISAM ESSO เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ibm.com และคุณลักษณะหลักของมันคือ "Single sign-on to web applications with IBM Security Access Manager for Enterprise Single Sign-on."

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

screenshot
screenshot

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

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

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

                        This extension is a component of IBM Security Access Manager for Enterprise Single Sign-on and provides single sign-on to web applications. It eliminates the need to remember and manage passwords with automatic logon and password change for web applications.                    

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

ชื่อ ISAM ESSO ISAM ESSO
ID lhffkcbejhignakjodkneobebmkljehj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/isam-esso/lhffkcbejhignakjodkneobebmkljehj
คำอธิบาย Single sign-on to web applications with IBM Security Access Manager for Enterprise Single Sign-on.
ขนาดไฟล์ 127 KB
จำนวนการติดตั้ง 77,897
เวอร์ชันปัจจุบัน 1.0.621.0
อัปเดตครั้งล่าสุด 2023-12-05
วันที่เผยแพร่ 2020-06-22
คะแนน 3.33/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา ibm.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.ibm.com/support/knowledgecenter/SS9JLE_8.2.2/com.ibm.itamesso.doc_8.2.2/kc-homepage.html
URL หน้าช่วยเหลือ https://www.ibm.com/support/home/
ภาษาที่รองรับ de,en,en-US,fr,nl,da,es,it,hu,pl,pt-BR,fi,cs,ru,iw,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extensionName__",
    "short_name": "__MSG_extensionShortName__",
    "description": "__MSG_extensionDescription__",
    "version": "1.0.621.0",
    "default_locale": "en",
    "permissions": [
        "nativeMessaging",
        "tabs",
        "webNavigation",
        "webRequest",
        "activeTab",
        "webRequestAuthProvider"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "background": {
        "service_worker": "bg.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                ".\/lib\/jquery-3.6.4.min.js",
                "bg.js",
                "content.js"
            ],
            "matches": [
                ""
            ],
            "all_frames": true,
            "run_at": "document_end"
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*\/*"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/lib\/jquery-3.6.4.min.js",
                "bg.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "48": ".\/img\/AAIcon50x50.png",
        "128": ".\/img\/AAIcon128x128.png"
    },
    "action": {
        "default_icon": ".\/img\/AAIcon50x50.png"
    }
}