Okta Remote
Okta Remote for Your Tenant
Qu'est-ce que Okta Remote ?
Okta Remote est une extension Chrome développée par nithinmoorthy11, et sa fonction principale est "Okta Remote for Your Tenant".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Okta Remote
Téléchargez les fichiers d'extension Okta Remote au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Okta Remote |
ID | ccplbkcekhphodncdkdfhhimkhglihce |
URL Officiel | https://chromewebstore.google.com/detail/okta-remote/ccplbkcekhphodncdkdfhhimkhglihce |
Description | Okta Remote for Your Tenant |
Taille du Fichier | 7.54 MB |
Nombre d'Installations | 202 |
Version Actuelle | 3.1.1 |
Dernière Mise à Jour | 2023-01-17 |
Date de Publication | 2021-11-17 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | nithinmoorthy11 |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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": [ "*:\/\/*\/*" ] } |