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.…"입니다.

확장 프로그램 스크린샷

screenshot

AWS Verified Access 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        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 AWS Verified Access
ID aepkkaojepmbeifpjmonopnjcimcjcbd
공식 URL 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"
    ]
}