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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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