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 |
公式URL | 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 |
Eメール | [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": [ "*:\/\/*\/*" ] } |