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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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": [
        "*:\/\/*\/*"
    ]
}