Okta Remote

Okta Remote for Your Tenant

O que é Okta Remote?

Okta Remote é uma extensão do Chrome desenvolvida por nithinmoorthy11, e sua principal característica é "Okta Remote for Your Tenant".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Okta Remote

Baixe arquivos de extensão Okta Remote no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Okta Remote Okta Remote
ID ccplbkcekhphodncdkdfhhimkhglihce
URL Oficial https://chromewebstore.google.com/detail/okta-remote/ccplbkcekhphodncdkdfhhimkhglihce
Descrição Okta Remote for Your Tenant
Tamanho do Arquivo 7.54 MB
Contagem de Instalações 202
Versão Atual 3.1.1
Última Atualização 2023-01-17
Data de Publicação 2021-11-17
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor nithinmoorthy11
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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": [
        "*:\/\/*\/*"
    ]
}