NojimaLogin Extension (Staging)

SSO Chrome Extension

NojimaLogin Extension (Staging) क्या है?

NojimaLogin Extension (Staging) ntq_upload द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "SSO Chrome Extension"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में NojimaLogin Extension (Staging) एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
ईमेल [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"
}