LodestarALM Extension
The LodestarALM Extension.
Qu'est-ce que LodestarALM Extension ?
LodestarALM Extension est une extension Chrome développée par https://www.lodestar.jp, et sa fonction principale est "The LodestarALM Extension.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension LodestarALM Extension
Téléchargez les fichiers d'extension LodestarALM Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
このエクステンションをインストールすると、株式会社ロデスターの製品「Lodestar ALM ICカード認証」のシングルサインオン(SSO)機能がChromeで利用できます。
Informations de Base sur l'Extension
Nom | LodestarALM Extension |
ID | bbpdakbaokfffafndbpcdjagnfigaoop |
URL Officiel | https://chromewebstore.google.com/detail/lodestaralm-extension/bbpdakbaokfffafndbpcdjagnfigaoop |
Description | The LodestarALM Extension. |
Taille du Fichier | 67.6 KB |
Nombre d'Installations | 2,442 |
Version Actuelle | 5.0.4.0 |
Dernière Mise à Jour | 2022-09-12 |
Date de Publication | 2015-06-04 |
Développeur | https://www.lodestar.jp |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |