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