CloudGate UNO for Google Chrome

CloudGate UNO for Google Chrome

What is CloudGate UNO for Google Chrome?

CloudGate UNO for Google Chrome is a Chrome extension developed by International Systems Research Co., Ltd., and its main feature is "CloudGate UNO for Google Chrome".

Extension Screenshots

screenshot
screenshot

Download CloudGate UNO for Google Chrome Extension CRX File

Download CloudGate UNO for Google Chrome extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        CloudGate UNO for Google Chrome expands the number of services supported by CloudGate UNO beyond those adhering to the SAML and 
OpenID Connect protocols.  It automatically detects and provides a seamless single sign-on (SSO) experience for all of your registered 
our services.

Our service is an identity and access management solution that provides high-level security across all devices allowing for improved user 
flexibility and productivity. It provides various access restrictions and strong authentication to secure your access to your cloud services.                    

Extension Basic Information

Name CloudGate UNO for Google Chrome CloudGate UNO for Google Chrome
ID iccafhamlplmkmobidnbmehnmeonakli
Official URL https://chromewebstore.google.com/detail/cloudgate-uno-for-google/iccafhamlplmkmobidnbmehnmeonakli
Description CloudGate UNO for Google Chrome
File Size 93.76 KB
Installation Count 4,000
Current Version 1.8.1
Last Updated 2023-02-21
Publish Date 2019-12-01
Rating 4.67/5 Total 6 Ratings
Developer International Systems Research Co., Ltd.
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.isr.co.jp/privacy
Supported Languages en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CloudGate UNO for Google Chrome",
    "version": "1.8.1",
    "description": "CloudGate UNO for Google Chrome",
    "default_locale": "en",
    "incognito": "split",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEArPN2mW3R0KrXPM0CIrS1nQTz0l4xjqNOYtyGSKF2ARk1EdIqk2lq1qaILbTVHHTrbd2TV8Cs1ADb5ktjD1hpRH3R3UG5s0CMpVOY84PrPtVP3oBiivUztV6euulQvdzX4xThNY37pmWFsOALx3FaXKFQ26xIX4zV\/T8NjR\/USsLbPHiREzahdc89UxVF\/kRrjvqzi2M67id4mzWZ1w3R1NcBLGU2XIWmSxnBeKudYSuzVP+Ynmzlrrh9Wi02aC16lvYnG8E2FrVstHIOJSHt30S1gqsMWKgJwqB9s4IcRSuZeD4pVOjRxeNNUzS2UuPHlnMJ2DoF\/qEncNhf3rRitQIDAQAB",
    "icons": {
        "16": "images\/cloudgate-48.png",
        "48": "images\/cloudgate-48.png",
        "128": "images\/cloudgate-128.png"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "host_permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "css\/notification.css"
            ],
            "images": [
                "images\/cg-extension.png"
            ],
            "js": [
                "js\/lib\/prototypes.js",
                "js\/lib\/autocomplete.js",
                "js\/lib\/utils.js",
                "js\/lib\/common.js",
                "js\/notification.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": "js\/cgListeners.js"
    },
    "action": {
        "default_icon": {
            "16": "images\/cloudgate-48.png",
            "32": "images\/cloudgate-48.png"
        },
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "manifest_version": 3,
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*.png",
                "images\/svg\/*.svg",
                "css\/notification.css",
                "options.html"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.cloudgate.jp\/*",
            "*:\/\/*.isr.co.jp\/*"
        ]
    }
}