LodestarALM Extension(TYPE4)

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

What is LodestarALM Extension(TYPE4)?

LodestarALM Extension(TYPE4) is a Chrome extension developed by https://www.lodestar.jp, and its main feature is "シングルサインオン対応モジュール TYPE4".

Extension Screenshots

screenshot

Download LodestarALM Extension(TYPE4) Extension CRX File

Download LodestarALM Extension(TYPE4) 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

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

Extension Basic Information

Name LodestarALM Extension(TYPE4) LodestarALM Extension(TYPE4)
ID hbnobgehgojhpkfhiopihcaphcinclen
Official URL https://chromewebstore.google.com/detail/lodestaralm-extensiontype/hbnobgehgojhpkfhiopihcaphcinclen
Description シングルサインオン対応モジュール TYPE4
File Size 52.57 KB
Installation Count 2,975
Current Version 4.0.10.0
Last Updated 2022-08-29
Publish Date 2015-06-09
Rating 5.00/5 Total 1 Ratings
Developer https://www.lodestar.jp
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}