LodestarALM Extension(TYPE4)

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

Qu'est-ce que LodestarALM Extension(TYPE4) ?

LodestarALM Extension(TYPE4) est une extension Chrome développée par https://www.lodestar.jp, et sa fonction principale est "シングルサインオン対応モジュール TYPE4".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension LodestarALM Extension(TYPE4)

Téléchargez les fichiers d'extension LodestarALM Extension(TYPE4) au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom LodestarALM Extension(TYPE4) LodestarALM Extension(TYPE4)
ID hbnobgehgojhpkfhiopihcaphcinclen
URL Officiel https://chromewebstore.google.com/detail/lodestaralm-extensiontype/hbnobgehgojhpkfhiopihcaphcinclen
Description シングルサインオン対応モジュール TYPE4
Taille du Fichier 52.57 KB
Nombre d'Installations 2,975
Version Actuelle 4.0.10.0
Dernière Mise à Jour 2022-08-29
Date de Publication 2015-06-09
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://www.lodestar.jp
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}