Okta Browser Plugin
Work outside the perimeter
Okta Browser Plugin là gì?
Okta Browser Plugin là một tiện ích mở rộng Chrome được phát triển bởi https://okta.com, và tính năng chính của nó là "Work outside the perimeter".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Okta Browser Plugin
Tải xuống các tệp mở rộng Okta Browser Plugin dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Okta Browser Plugin protects your passwords and securely logs you into all your business and personal apps. The world's largest organizations and over 100 million people rely on Okta to connect to apps inside and outside of their organization knowing that their credentials are protected. With the Okta Browser Plugin you can: *Automatically sign in to your business and personal apps with just one click *Add your own apps into Okta *Quickly generate strong, random passwords on the fly for all your apps *Easily access your Okta dashboard apps and tabs *Seamlessly and securely switch between multiple Okta accounts You need an Okta account to use the Okta Browser Plugin. If you cannot access your Okta account via Okta Browser Plugin, please contact your IT admin. Use the following link to learn about the most recent version changes: https://help.okta.com/en/prod/Content/Topics/Settings/Version_Histories/Ver_History_Browser_Plugin.htm
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Okta Browser Plugin |
ID | glnpjglilkicbckjpbgcfkogebgllemb |
URL Chính Thức | https://chromewebstore.google.com/detail/okta-browser-plugin/glnpjglilkicbckjpbgcfkogebgllemb |
Mô tả | Work outside the perimeter |
Kích Thước Tệp | 2.05 MB |
Số Lần Cài Đặt | 4,757,718 |
Phiên Bản Hiện Tại | 6.27.0 |
Cập Nhật Lần Cuối | 2024-02-22 |
Ngày Phát Hành | 2020-05-14 |
Đánh Giá | 4.33/5 Tổng số 773 Đánh Giá |
Nhà Phát Triển | https://okta.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://support.okta.com/help/articles/Knowledge_Article/27598176-About-the-Browser-Plugin |
URL Trang Chính Sách Bảo Mật | https://www.okta.com/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Okta Browser Plugin", "version": "6.27.0", "manifest_version": 3, "description": "Work outside the perimeter", "icons": { "128": "img\/chrome-store-app-icon-128.png" }, "host_permissions": [ "https:\/\/*\/", "http:\/\/*\/" ], "permissions": [ "tabs", "cookies", "storage", "unlimitedStorage", "webRequest", "webNavigation", "scripting", "declarativeNetRequestWithHostAccess", "webRequestAuthProvider" ], "optional_permissions": [ "privacy" ], "options_ui": { "open_in_tab": true, "page": "shared\/settings-page\/SettingsPage.html" }, "background": { "service_worker": "service-worker.js" }, "commands": { "_execute_action": { "suggested_key": { "default": "Alt+O", "windows": "Alt+O", "mac": "Command+Shift+O" } } }, "action": { "default_icon": "shared\/popover\/images\/okta-32x32.png", "default_popup": "shared\/popover\/popover.html" }, "content_security_policy": { "extension_pages": "object-src 'self';script-src 'self';img-src https:\/\/*.oktacdn.com https:\/\/system.okta.com https:\/\/*.cloudareanet.com https:\/\/*.clouditude.com https:\/\/*.hioktane.com https:\/\/*.lowoktane.com https:\/\/*.openalloy.com https:\/\/*.okta.com https:\/\/*.okta1.com https:\/\/*.okta-emea.com https:\/\/*.oktapreview.com https:\/\/*.perfcloud.org https:\/\/*.primeapp.com https:\/\/*.trexcloud.com https:\/\/*.widerock.com https:\/\/*.okta.ninja https:\/\/*.okta.mil https:\/\/*.okta-miltest.com https:\/\/*.okta-gov.com https:\/\/*.trex-gov.com;style-src 'unsafe-inline' https:\/\/*.oktacdn.com" }, "minimum_chrome_version": "96" } |