Okta Remote

Okta Remote for Your Tenant

什么是Okta Remote?

Okta Remote是由nithinmoorthy11开发的Chrome扩展程序,该扩展的主要功能是“Okta Remote for Your Tenant”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载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 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
电子邮箱 [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": [
        "*:\/\/*\/*"
    ]
}