LodestarALM Extension(TYPE4)

シングルサインオン対応モジュール TYPE4

O que é LodestarALM Extension(TYPE4)?

LodestarALM Extension(TYPE4) é uma extensão do Chrome desenvolvida por https://www.lodestar.jp, e sua principal característica é "シングルサインオン対応モジュール TYPE4".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão LodestarALM Extension(TYPE4)

Baixe arquivos de extensão LodestarALM Extension(TYPE4) 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

                        このエクステンションをインストールすると、株式会社ロデスターの製品「Lodestar ALM ICカード認証(TYPE4に対応)」のシングルサインオン(SSO)機能がChromeで利用できます。
※TYPE4に対応しないLodestarALM環境ではご利用いただけません。ご注意ください。                    

Informações Básicas da Extensão

Nome LodestarALM Extension(TYPE4) LodestarALM Extension(TYPE4)
ID hbnobgehgojhpkfhiopihcaphcinclen
URL Oficial https://chromewebstore.google.com/detail/lodestaralm-extensiontype/hbnobgehgojhpkfhiopihcaphcinclen
Descrição シングルサインオン対応モジュール TYPE4
Tamanho do Arquivo 52.57 KB
Contagem de Instalações 2,975
Versão Atual 4.0.10.0
Última Atualização 2022-08-29
Data de Publicação 2015-06-09
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor https://www.lodestar.jp
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "LodestarALM Extension(TYPE4)",
    "version": "4.0.10.0",
    "manifest_version": 3,
    "description": "\u30b7\u30f3\u30b0\u30eb\u30b5\u30a4\u30f3\u30aa\u30f3\u5bfe\u5fdc\u30e2\u30b8\u30e5\u30fc\u30eb TYPE4",
    "icons": {
        "128": "ALMIcon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "main.js",
                "jquery-3.3.1.min.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "permissions": [
        "nativeMessaging",
        "background"
    ]
}