CloudGate UNO for Google Chrome

CloudGate UNO for Google Chrome

Cos'è CloudGate UNO for Google Chrome?

CloudGate UNO for Google Chrome è un'estensione di Chrome sviluppata da International Systems Research Co., Ltd., e la sua funzione principale è "CloudGate UNO for Google Chrome".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione CloudGate UNO for Google Chrome

Scarica i file di estensione CloudGate UNO for Google Chrome in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome CloudGate UNO for Google Chrome CloudGate UNO for Google Chrome
ID iccafhamlplmkmobidnbmehnmeonakli
URL Ufficiale https://chromewebstore.google.com/detail/cloudgate-uno-for-google/iccafhamlplmkmobidnbmehnmeonakli
Descrizione CloudGate UNO for Google Chrome
Dimensione del File 93.76 KB
Conteggio Installazioni 4,000
Versione Corrente 1.8.1
Ultimo Aggiornamento 2023-02-21
Data di Pubblicazione 2019-12-01
Valutazione 4.67/5 Totale 6 Valutazioni
Sviluppatore International Systems Research Co., Ltd.
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://www.isr.co.jp/privacy
Lingue Supportate 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\/*"
        ]
    }
}