LodestarALM Extension
The LodestarALM Extension.
Cos'è LodestarALM Extension?
LodestarALM Extension è un'estensione di Chrome sviluppata da https://www.lodestar.jp, e la sua funzione principale è "The LodestarALM Extension.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione LodestarALM Extension
Scarica i file di estensione LodestarALM Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
このエクステンションをインストールすると、株式会社ロデスターの製品「Lodestar ALM ICカード認証」のシングルサインオン(SSO)機能がChromeで利用できます。 Informazioni di Base sull'Estensione
| Nome | |
| ID | bbpdakbaokfffafndbpcdjagnfigaoop |
| URL Ufficiale | https://chromewebstore.google.com/detail/lodestaralm-extension/bbpdakbaokfffafndbpcdjagnfigaoop |
| Descrizione | The LodestarALM Extension. |
| Dimensione del File | 67.6 KB |
| Conteggio Installazioni | 2,442 |
| Versione Corrente | 5.0.4.0 |
| Ultimo Aggiornamento | 2022-09-12 |
| Data di Pubblicazione | 2015-06-04 |
| Sviluppatore | https://www.lodestar.jp |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
]
} | |