AWS Verified Access
AWS Verified Access is a service that enables you to provide secure access to your corporate applications without requiring a VPN.…
什麼是AWS Verified Access?
AWS Verified Access是由aws-verified-access-browser-extension開發的Chrome擴展程式,該擴展的主要功能是“AWS Verified Access is a service that enables you to provide secure access to your corporate applications without requiring a VPN.…”。
擴展截圖
下載AWS Verified Access擴展crx文件
下載AWS Verified Access擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
AWS Verified Access is a service that enables you to provide secure access to your corporate applications without requiring a VPN. Using Verified Access, you can configure fine-grained access for your applications, ensuring that application access is granted only when users meet the specified security requirements (e.g., user identity and device security status). The browser extension links the device security status to AWS Verified Access. If you are not using device security status in access policies, then your users don't need the browser extension. By downloading the browser extension for AWS Verified Access, you agree to the AWS customer agreement, AWS service terms, and AWS privacy notice. If you already have an AWS customer agreement, or other agreement governing your use of the AWS services, you agree that the terms of that agreement govern your download and use of this service. AWS collects performance metrics, including metrics about your software and hardware configuration and usage patterns. Unless you affirmatively consent, we do not collect personal information like usernames or email address.
擴展基本資訊
名稱 | AWS Verified Access |
ID | aepkkaojepmbeifpjmonopnjcimcjcbd |
官方網址 | https://chromewebstore.google.com/detail/aws-verified-access/aepkkaojepmbeifpjmonopnjcimcjcbd |
簡介 | AWS Verified Access is a service that enables you to provide secure access to your corporate applications without requiring a VPN.… |
檔案大小 | 186 KB |
安裝次數 | 123 |
目前版本 | 0.1.4 |
更新時間 | 2023-12-19 |
上架時間 | 2022-11-29 |
開發者 | aws-verified-access-browser-extension |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://aws.amazon.com/verified-access |
隱私政策頁面URL | https://aws.amazon.com/privacy?nc1=f_pr |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_ManifestExtensionName__", "version": "0.1.4", "background": { "service_worker": "background.js" }, "host_permissions": [ "https:\/\/*\/" ], "icons": { "32": ".\/[email protected]", "64": ".\/[email protected]", "128": ".\/[email protected]" }, "action": { "default_icon": ".\/[email protected]", "default_popup": "popup.html" }, "default_locale": "en", "permissions": [ "nativeMessaging", "alarms", "cookies", "management", "storage", "idle", "webRequest" ] } |