Okta Remote

Okta Remote for Your Tenant

Wat is Okta Remote?

Okta Remote is een Chrome-extensie ontwikkeld door nithinmoorthy11, en de belangrijkste functie is "Okta Remote for Your Tenant".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Okta Remote

Download Okta Remote-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Okta Remote Okta Remote
ID ccplbkcekhphodncdkdfhhimkhglihce
Officiële URL https://chromewebstore.google.com/detail/okta-remote/ccplbkcekhphodncdkdfhhimkhglihce
Beschrijving Okta Remote for Your Tenant
Bestandsgrootte 7.54 MB
Aantal Installaties 202
Huidige Versie 3.1.1
Laatst Bijgewerkt 2023-01-17
Publicatiedatum 2021-11-17
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar nithinmoorthy11
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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": [
        "*:\/\/*\/*"
    ]
}