Okta Remote
Okta Remote for Your Tenant
Okta Remoteคืออะไร?
Okta Remote เป็นส่วนขยายของ Chrome ที่พัฒนาโดย nithinmoorthy11 และคุณลักษณะหลักของมันคือ "Okta Remote for Your Tenant"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ 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 |
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": [ "*:\/\/*\/*" ] } |