NojimaLogin Extension (Staging)

SSO Chrome Extension

Cos'è NojimaLogin Extension (Staging)?

NojimaLogin Extension (Staging) è un'estensione di Chrome sviluppata da ntq_upload, e la sua funzione principale è "SSO Chrome Extension".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione NojimaLogin Extension (Staging)

Scarica i file di estensione NojimaLogin Extension (Staging) 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

                        In Nojima company, there are many apps to serve work.
Because of there are so many apps, it is difficult for users to remember login information of each app.
They want to login to apps without remembering login information.
This extension will support users automatic login into company apps.

The main functions on the extension include:
- Show list of user apps
- Automatically log into apps when the user clicks on the app icon.

This extension is applied for Test environment.
So this is the reason why it has name with (Staging) letter.                    

Informazioni di Base sull'Estensione

Nome NojimaLogin Extension (Staging) NojimaLogin Extension (Staging)
ID odklbpeamccmojomjnklpaebdoiakead
URL Ufficiale https://chromewebstore.google.com/detail/nojimalogin-extension-sta/odklbpeamccmojomjnklpaebdoiakead
Descrizione SSO Chrome Extension
Dimensione del File 670 KB
Conteggio Installazioni 97
Versione Corrente 0.0.1
Ultimo Aggiornamento 2023-05-18
Data di Pubblicazione 2023-05-17
Sviluppatore ntq_upload
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://sso-t.nojima.co.jp/
URL della Pagina della Politica sulla Privacy https://www.nojima.co.jp/corporation/privacy
Lingue Supportate ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "NojimaLogin Extension (Staging)",
    "version": "0.0.1",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.bundle.js"
            ]
        }
    ],
    "permissions": [
        "cookies",
        "storage",
        "activeTab",
        "webRequest"
    ],
    "host_permissions": [
        "https:\/\/*.nojima.co.jp\/"
    ],
    "icons": {
        "16": "icon16.png",
        "24": "icon24.png",
        "32": "icon32.png",
        "64": "icon64.png",
        "128": "icon128.png"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "description": "SSO Chrome Extension"
}