Okta Remote

Okta Remote for Your Tenant

Что такое Okta Remote?

Okta Remote - это расширение Chrome, разработанное nithinmoorthy11, и его основная функция - "Okta Remote for Your Tenant".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Okta Remote

Скачайте файлы расширений 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": [
        "*:\/\/*\/*"
    ]
}