LodestarALM Extension

The LodestarALM Extension.

Wat is LodestarALM Extension?

LodestarALM Extension is een Chrome-extensie ontwikkeld door https://www.lodestar.jp, en de belangrijkste functie is "The LodestarALM Extension.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie LodestarALM Extension

Download LodestarALM Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        このエクステンションをインストールすると、株式会社ロデスターの製品「Lodestar ALM ICカード認証」のシングルサインオン(SSO)機能がChromeで利用できます。                    

Basisinformatie over de Extensie

Naam LodestarALM Extension LodestarALM Extension
ID bbpdakbaokfffafndbpcdjagnfigaoop
Officiële URL https://chromewebstore.google.com/detail/lodestaralm-extension/bbpdakbaokfffafndbpcdjagnfigaoop
Beschrijving The LodestarALM Extension.
Bestandsgrootte 67.6 KB
Aantal Installaties 2,442
Huidige Versie 5.0.4.0
Laatst Bijgewerkt 2022-09-12
Publicatiedatum 2015-06-04
Ontwikkelaar https://www.lodestar.jp
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "LodestarALM Extension",
    "version": "5.0.4.0",
    "manifest_version": 3,
    "description": "The LodestarALM Extension.",
    "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"
    ]
}