ISAM ESSO

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

O que é ISAM ESSO?

ISAM ESSO é uma extensão do Chrome desenvolvida por ibm.com, e sua principal característica é "Single sign-on to web applications with IBM Security Access Manager for Enterprise Single Sign-on.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão ISAM ESSO

Baixe arquivos de extensão ISAM ESSO no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome ISAM ESSO ISAM ESSO
ID lhffkcbejhignakjodkneobebmkljehj
URL Oficial https://chromewebstore.google.com/detail/isam-esso/lhffkcbejhignakjodkneobebmkljehj
Descrição Single sign-on to web applications with IBM Security Access Manager for Enterprise Single Sign-on.
Tamanho do Arquivo 127 KB
Contagem de Instalações 77,897
Versão Atual 1.0.621.0
Última Atualização 2023-12-05
Data de Publicação 2020-06-22
Classificação 3.33/5 Total de 3 Avaliações
Desenvolvedor ibm.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.ibm.com/support/knowledgecenter/SS9JLE_8.2.2/com.ibm.itamesso.doc_8.2.2/kc-homepage.html
URL da Página de Ajuda https://www.ibm.com/support/home/
Idiomas Suportados 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"
    }
}