Okta Remote
Okta Remote for Your Tenant
Cos'è Okta Remote?
Okta Remote è un'estensione di Chrome sviluppata da nithinmoorthy11, e la sua funzione principale è "Okta Remote for Your Tenant".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Okta Remote
Scarica i file di estensione Okta Remote 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
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.
Informazioni di Base sull'Estensione
Nome | Okta Remote |
ID | ccplbkcekhphodncdkdfhhimkhglihce |
URL Ufficiale | https://chromewebstore.google.com/detail/okta-remote/ccplbkcekhphodncdkdfhhimkhglihce |
Descrizione | Okta Remote for Your Tenant |
Dimensione del File | 7.54 MB |
Conteggio Installazioni | 202 |
Versione Corrente | 3.1.1 |
Ultimo Aggiornamento | 2023-01-17 |
Data di Pubblicazione | 2021-11-17 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | nithinmoorthy11 |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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": [ "*:\/\/*\/*" ] } |