LodestarALM Extension
The LodestarALM Extension.
What is LodestarALM Extension?
LodestarALM Extension is a Chrome extension developed by https://www.lodestar.jp, and its main feature is "The LodestarALM Extension.".
Extension Screenshots
Download LodestarALM Extension Extension CRX File
Download LodestarALM Extension 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カード認証」のシングルサインオン(SSO)機能がChromeで利用できます。
Extension Basic Information
Name | LodestarALM Extension |
ID | bbpdakbaokfffafndbpcdjagnfigaoop |
Official URL | https://chromewebstore.google.com/detail/lodestaralm-extension/bbpdakbaokfffafndbpcdjagnfigaoop |
Description | The LodestarALM Extension. |
File Size | 67.6 KB |
Installation Count | 2,442 |
Current Version | 5.0.4.0 |
Last Updated | 2022-09-12 |
Publish Date | 2015-06-04 |
Developer | https://www.lodestar.jp |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } |