LodestarALM Extension(TYPE4)
シングルサインオン対応モジュール TYPE4
LodestarALM Extension(TYPE4)とは何ですか?
LodestarALM Extension(TYPE4)はhttps://www.lodestar.jpによって開発されたChromeの拡張機能で、その主な機能は「シングルサインオン対応モジュール TYPE4」です。
拡張機能のスクリーンショット
LodestarALM Extension(TYPE4)拡張機能のCRXファイルをダウンロード
LodestarALM Extension(TYPE4)拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
このエクステンションをインストールすると、株式会社ロデスターの製品「Lodestar ALM ICカード認証(TYPE4に対応)」のシングルサインオン(SSO)機能がChromeで利用できます。 ※TYPE4に対応しないLodestarALM環境ではご利用いただけません。ご注意ください。
拡張機能の基本情報
名前 | LodestarALM Extension(TYPE4) |
ID | hbnobgehgojhpkfhiopihcaphcinclen |
公式URL | https://chromewebstore.google.com/detail/lodestaralm-extensiontype/hbnobgehgojhpkfhiopihcaphcinclen |
説明 | シングルサインオン対応モジュール TYPE4 |
ファイルサイズ | 52.57 KB |
インストール数 | 2,975 |
現在のバージョン | 4.0.10.0 |
最終更新日 | 2022-08-29 |
公開日 | 2015-06-09 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | https://www.lodestar.jp |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | 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" ] } |