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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον aws-verified-access-browser-extension, και η κύρια λειτουργία του είναι "AWS Verified Access is a service that enables you to provide secure access to your corporate applications without requiring a VPN.…".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης AWS Verified Access
Λήψη αρχείων επέκτασης 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 |
Επίσημο 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" ] } |