LodestarALM Extension(TYPE4)
シングルサインオン対応モジュール TYPE4
Cos'è LodestarALM Extension(TYPE4)?
LodestarALM Extension(TYPE4) è un'estensione di Chrome sviluppata da https://www.lodestar.jp, e la sua funzione principale è "シングルサインオン対応モジュール TYPE4".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione LodestarALM Extension(TYPE4)
Scarica i file di estensione LodestarALM Extension(TYPE4) in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
このエクステンションをインストールすると、株式会社ロデスターの製品「Lodestar ALM ICカード認証(TYPE4に対応)」のシングルサインオン(SSO)機能がChromeで利用できます。 ※TYPE4に対応しないLodestarALM環境ではご利用いただけません。ご注意ください。
Informazioni di Base sull'Estensione
Nome | LodestarALM Extension(TYPE4) |
ID | hbnobgehgojhpkfhiopihcaphcinclen |
URL Ufficiale | https://chromewebstore.google.com/detail/lodestaralm-extensiontype/hbnobgehgojhpkfhiopihcaphcinclen |
Descrizione | シングルサインオン対応モジュール TYPE4 |
Dimensione del File | 52.57 KB |
Conteggio Installazioni | 2,975 |
Versione Corrente | 4.0.10.0 |
Ultimo Aggiornamento | 2022-08-29 |
Data di Pubblicazione | 2015-06-09 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | https://www.lodestar.jp |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |