ISAM ESSO

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

ISAM ESSO란 무엇입니까?

ISAM ESSO은(는) ibm.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Single sign-on to web applications with IBM Security Access Manager for Enterprise Single Sign-on."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

ISAM ESSO 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}