NojimaLogin Extension

SSO Chrome Extension

什么是NojimaLogin Extension?

NojimaLogin Extension是由ntq_upload开发的Chrome扩展程序,该扩展的主要功能是“SSO Chrome Extension”。

扩展截图

screenshot
screenshot
screenshot

下载NojimaLogin Extension扩展crx文件

下载NojimaLogin Extension扩展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.                    

扩展基本信息

名称 NojimaLogin Extension NojimaLogin Extension
ID joeloeifimkfbnifgnhaiedbnmfflhoo
官方URL https://chromewebstore.google.com/detail/nojimalogin-extension/joeloeifimkfbnifgnhaiedbnmfflhoo
简介 SSO Chrome Extension
文件大小 670 KB
安装次数 6,679
当前版本 0.1.9
更新时间 2023-05-23
上架时间 2023-05-22
开发者 ntq_upload
电子邮箱 [email protected]
付费类型 free
扩展官网 https://sso.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",
    "version": "0.1.9",
    "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"
}