CloudGate UNO for Google Chrome

CloudGate UNO for Google Chrome

Hvad er CloudGate UNO for Google Chrome?

CloudGate UNO for Google Chrome er en Chrome-udvidelse udviklet af International Systems Research Co., Ltd., og dens hovedfunktion er "CloudGate UNO for Google Chrome".

Udvidelsesskærmbilleder

screenshot
screenshot

Download CloudGate UNO for Google Chrome-udvidelses-CRX-fil

Download CloudGate UNO for Google Chrome-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn CloudGate UNO for Google Chrome CloudGate UNO for Google Chrome
ID iccafhamlplmkmobidnbmehnmeonakli
Officiel URL https://chromewebstore.google.com/detail/cloudgate-uno-for-google/iccafhamlplmkmobidnbmehnmeonakli
Beskrivelse CloudGate UNO for Google Chrome
Filstørrelse 93.76 KB
Antal Installationer 4,000
Nuværende Version 1.8.1
Senest Opdateret 2023-02-21
Udgivelsesdato 2019-12-01
Bedømmelse 4.67/5 Samlet 6 Bedømmelser
Udvikler International Systems Research Co., Ltd.
E-mail [email protected]
Betalingsmetode free
URL til Fortrolighedspolitik Side https://www.isr.co.jp/privacy
Understøttede Sprog 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\/*"
        ]
    }
}