Okta Remote
Okta Remote for Your Tenant
什麼是Okta Remote?
Okta Remote是由nithinmoorthy11開發的Chrome擴展程式,該擴展的主要功能是“Okta Remote for Your Tenant”。
擴展截圖
下載Okta Remote擴展crx文件
下載Okta Remote擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | Okta Remote |
ID | ccplbkcekhphodncdkdfhhimkhglihce |
官方網址 | https://chromewebstore.google.com/detail/okta-remote/ccplbkcekhphodncdkdfhhimkhglihce |
簡介 | Okta Remote for Your Tenant |
檔案大小 | 7.54 MB |
安裝次數 | 202 |
目前版本 | 3.1.1 |
更新時間 | 2023-01-17 |
上架時間 | 2021-11-17 |
評分 | 5.00/5 共 1 次評分 |
開發者 | nithinmoorthy11 |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | 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": [ "*:\/\/*\/*" ] } |