Okta Remote

Okta Remote for Your Tenant

Co je Okta Remote?

Okta Remote je rozšíření Chrome vyvinuté nithinmoorthy11, a jeho hlavní funkcí je „Okta Remote for Your Tenant“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Okta Remote

Stáhněte si soubory rozšíření Okta Remote ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        The Okta Remote is a Google Extension that is designed for solutions engineers of Okta to be able to brand their demo tenant. Users can brand using an image from the Gallery provided in Okta Remote or they can copy an image URL for both the background image and logo to be able to upload a custom picture. Lastly, Okta Remote also has a tab that allows users to quickly search the OIN(Okta Integration Network) rather than going to directly to the site.                    

Základní Informace o Rozšíření

Název Okta Remote Okta Remote
ID ccplbkcekhphodncdkdfhhimkhglihce
Oficiální URL https://chromewebstore.google.com/detail/okta-remote/ccplbkcekhphodncdkdfhhimkhglihce
Popis Okta Remote for Your Tenant
Velikost souboru 7.54 MB
Počet instalací 202
Aktuální Verze 3.1.1
Poslední Aktualizace 2023-01-17
Datum Vydání 2021-11-17
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář nithinmoorthy11
E-mail [email protected]
Typ Platby free
Podporované Jazyky en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Okta Remote",
    "version": "3.1.1",
    "description": "Okta Remote for Your Tenant",
    "action": {
        "default_popup": "index.html",
        "default_icon": "Okta_Remote1.png"
    },
    "icons": {
        "16": "Okta_Remote1.png",
        "32": "Okta_Remote1.png",
        "128": "Okta_Remote1.png"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ]
}