ISAM ESSO

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

ISAM ESSO là gì?

ISAM ESSO là một tiện ích mở rộng Chrome được phát triển bởi ibm.com, và tính năng chính của nó là "Single sign-on to web applications with IBM Security Access Manager for Enterprise Single Sign-on.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng ISAM ESSO

Tải xuống các tệp mở rộng ISAM ESSO dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên ISAM ESSO ISAM ESSO
ID lhffkcbejhignakjodkneobebmkljehj
URL Chính Thức https://chromewebstore.google.com/detail/isam-esso/lhffkcbejhignakjodkneobebmkljehj
Mô tả Single sign-on to web applications with IBM Security Access Manager for Enterprise Single Sign-on.
Kích Thước Tệp 127 KB
Số Lần Cài Đặt 77,897
Phiên Bản Hiện Tại 1.0.621.0
Cập Nhật Lần Cuối 2023-12-05
Ngày Phát Hành 2020-06-22
Đánh Giá 3.33/5 Tổng số 3 Đánh Giá
Nhà Phát Triển ibm.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.ibm.com/support/knowledgecenter/SS9JLE_8.2.2/com.ibm.itamesso.doc_8.2.2/kc-homepage.html
URL Trang Trợ Giúp https://www.ibm.com/support/home/
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}