Okta Remote
Okta Remote for Your Tenant
Was ist Okta Remote?
Okta Remote ist eine Chrome-Erweiterung, die von nithinmoorthy11 entwickelt wurde, und ihr Hauptmerkmal ist "Okta Remote for Your Tenant".
Erweiterungsscreenshots
Okta Remote-Erweiterungs-CRX-Datei herunterladen
Laden Sie Okta Remote-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
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.
Grundlegende Informationen zur Erweiterung
Name | Okta Remote |
ID | ccplbkcekhphodncdkdfhhimkhglihce |
Offizielle URL | https://chromewebstore.google.com/detail/okta-remote/ccplbkcekhphodncdkdfhhimkhglihce |
Beschreibung | Okta Remote for Your Tenant |
Dateigröße | 7.54 MB |
Installationsanzahl | 202 |
Aktuelle Version | 3.1.1 |
Letztes Update | 2023-01-17 |
Veröffentlichungsdatum | 2021-11-17 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | nithinmoorthy11 |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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": [ "*:\/\/*\/*" ] } |