CloudGate UNO for Google Chrome

CloudGate UNO for Google Chrome

Was ist CloudGate UNO for Google Chrome?

CloudGate UNO for Google Chrome ist eine Chrome-Erweiterung, die von International Systems Research Co., Ltd. entwickelt wurde, und ihr Hauptmerkmal ist "CloudGate UNO for Google Chrome".

Erweiterungsscreenshots

screenshot
screenshot

CloudGate UNO for Google Chrome-Erweiterungs-CRX-Datei herunterladen

Laden Sie CloudGate UNO for Google Chrome-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name CloudGate UNO for Google Chrome CloudGate UNO for Google Chrome
ID iccafhamlplmkmobidnbmehnmeonakli
Offizielle URL https://chromewebstore.google.com/detail/cloudgate-uno-for-google/iccafhamlplmkmobidnbmehnmeonakli
Beschreibung CloudGate UNO for Google Chrome
Dateigröße 93.76 KB
Installationsanzahl 4,000
Aktuelle Version 1.8.1
Letztes Update 2023-02-21
Veröffentlichungsdatum 2019-12-01
Bewertung 4.67/5 Insgesamt 6 Bewertungen
Entwickler International Systems Research Co., Ltd.
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://www.isr.co.jp/privacy
Unterstützte Sprachen 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\/*"
        ]
    }
}