ISAM ESSO

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

What is ISAM ESSO?

ISAM ESSO is a Chrome extension developed by ibm.com, and its main feature is "Single sign-on to web applications with IBM Security Access Manager for Enterprise Single Sign-on.".

Extension Screenshots

screenshot
screenshot

Download ISAM ESSO Extension CRX File

Download ISAM ESSO extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name ISAM ESSO ISAM ESSO
ID lhffkcbejhignakjodkneobebmkljehj
Official URL https://chromewebstore.google.com/detail/isam-esso/lhffkcbejhignakjodkneobebmkljehj
Description Single sign-on to web applications with IBM Security Access Manager for Enterprise Single Sign-on.
File Size 127 KB
Installation Count 77,897
Current Version 1.0.621.0
Last Updated 2023-12-05
Publish Date 2020-06-22
Rating 3.33/5 Total 3 Ratings
Developer ibm.com
Email [email protected]
Payment Type free
Extension Website https://www.ibm.com/support/knowledgecenter/SS9JLE_8.2.2/com.ibm.itamesso.doc_8.2.2/kc-homepage.html
Help Page URL https://www.ibm.com/support/home/
Supported Languages 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"
    }
}