NojimaLogin Extension (Staging)

SSO Chrome Extension

NojimaLogin Extension (Staging)とは何ですか?

NojimaLogin Extension (Staging)はntq_uploadによって開発されたChromeの拡張機能で、その主な機能は「SSO Chrome Extension」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

NojimaLogin Extension (Staging)拡張機能のCRXファイルをダウンロード

NojimaLogin Extension (Staging)拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 NojimaLogin Extension (Staging) NojimaLogin Extension (Staging)
ID odklbpeamccmojomjnklpaebdoiakead
公式URL https://chromewebstore.google.com/detail/nojimalogin-extension-sta/odklbpeamccmojomjnklpaebdoiakead
説明 SSO Chrome Extension
ファイルサイズ 670 KB
インストール数 97
現在のバージョン 0.0.1
最終更新日 2023-05-18
公開日 2023-05-17
開発者 ntq_upload
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://sso-t.nojima.co.jp/
プライバシーポリシーページのURL https://www.nojima.co.jp/corporation/privacy
対応言語 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"
}