NojimaLogin Extension (Staging)

SSO Chrome Extension

NojimaLogin Extension (Staging) là gì?

NojimaLogin Extension (Staging) là một tiện ích mở rộng Chrome được phát triển bởi ntq_upload, và tính năng chính của nó là "SSO Chrome Extension".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng NojimaLogin Extension (Staging)

Tải xuống các tệp mở rộng NojimaLogin Extension (Staging) dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên NojimaLogin Extension (Staging) NojimaLogin Extension (Staging)
ID odklbpeamccmojomjnklpaebdoiakead
URL Chính Thức https://chromewebstore.google.com/detail/nojimalogin-extension-sta/odklbpeamccmojomjnklpaebdoiakead
Mô tả SSO Chrome Extension
Kích Thước Tệp 670 KB
Số Lần Cài Đặt 97
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2023-05-18
Ngày Phát Hành 2023-05-17
Nhà Phát Triển ntq_upload
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://sso-t.nojima.co.jp/
URL Trang Chính Sách Bảo Mật https://www.nojima.co.jp/corporation/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
}