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 |
| 电子邮箱 | [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"
]
} | |