Amazon AWS Quick Links

Quickly and conveniently open AWS Services from here

Τι είναι το Amazon AWS Quick Links;

Το Amazon AWS Quick Links είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Tab Manager Plus, και η κύρια λειτουργία του είναι "Quickly and conveniently open AWS Services from here".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Amazon AWS Quick Links

Λήψη αρχείων επέκτασης Amazon AWS Quick Links σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Quickly switch to Amazon AWS Webservices without having to go through the Amazon Console first. Once you visit an Amazon Webservice, the extension will remember your frequently used Services and highlight them first ( A permission for "https://*.aws.amazon.com/" is necessary due to this )

This app does not contact any 3rd party services and only works locally in your browser. This extension is not affiliated with Amazon.

Currently supports links to the following services :

Compute
 => EC2
 => Lightsail
 => Elastic Container Service
 => Lambda
 => Batch
 => Elastic Beanstalk

Analytics
 => Athena
 => EMR
 => CloudSearch
 => Elasticsearch Service
 => Kinesis
 => QuickSight
 => Data Pipeline
 => AWS Glue

Security, Identity & Compliance
 => IAM
 => Cognito
 => Secrets Manager
 => GuardDuty
 => Inspector
 => Amazon Macie
 => AWS Single Sign-On
 => Certificate Manager
 => CloudHSM
 => Directory Service
 => WAF & Shield
 => Artifact

Mobile Services
 => Mobile Hub
 => AWS AppSync
 => Device Farm
 => Mobile Analytics

AR & VR
 => Amazon Sumerian

Application Integration
 => Step Functions
 => Amazon MQ
 => Simple Notification Service
 => Simple Queue Service
 => SWF

Customer Engagement
 => Amazon Connect
 => Pinpoint
 => Simple Email Service

Business Productivity
 => Alexa for Business
 => Amazon Chime
 => WorkDocs
 => WorkMail

Desktop & App Streaming
 => WorkSpaces
 => AppStream 2.0

Internet of Things
 => IoT Core
 => IoT Device Management
 => IoT Analytics
 => Greengrass
 => Amazon FreeRTOS

Game Development
 => Amazon GameLift

Storage
 => S3
 => EFS
 => Glacier
 => Storage Gateway

Database
 => RDS
 => DynamoDB
 => ElastiCache
 => Amazon Redshift

Migration
 => AWS Migration Hub
 => Application Discovery Service
 => Database Migration Service
 => Server Migration Service
 => Snowball

Networking & Content Delivery
 => VPC
 => CloudFront
 => Route 53
 => API Gateway
 => Direct Connect

Developer Tools
 => CodeStar
 => CodeCommit
 => CodeBuild
 => CodeDeploy
 => CodePipeline
 => Cloud9
 => X-Ray

Management Tools
 => CloudWatch
 => AWS Auto Scaling
 => CloudFormation
 => CloudTrail
 => Config
 => OpsWorks
 => Service Catalog
 => Systems Manager
 => Trusted Advisor
 => Managed Services

Media Services
 => Elastic Transcoder
 => Kinesis Video Streams
 => MediaConvert
 => MediaLive
 => MediaPackage
 => MediaStore
 => MediaTailor

Machine Learning
 => Amazon SageMaker
 => Amazon Comprehend
 => AWS DeepLens
 => Amazon Lex
 => Machine Learning
 => Amazon Polly
 => Rekognition
 => Amazon Transcribe
 => Amazon Translate                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Amazon AWS Quick Links Amazon AWS Quick Links
ID fklkdeiiapbakigkagblkiaigibanmdm
Επίσημο URL https://chrome.google.com/webstore/detail/amazon-aws-quick-links/fklkdeiiapbakigkagblkiaigibanmdm
Περιγραφή Quickly and conveniently open AWS Services from here
Μέγεθος Αρχείου 823 KB
Αριθμός Εγκαταστάσεων 2,000
Τρέχουσα Έκδοση 1
Τελευταία Ενημέρωση 2018-05-03
Ημερομηνία Δημοσίευσης 2018-05-03
Αξιολόγηση 4.78/5 Συνολικά 9 Αξιολογήσεις
Προγραμματιστής Tab Manager Plus
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/stefanXO/Amazon-AWS-Quick-Links
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/stefanXO/Amazon-AWS-Quick-Links/issues
URL της Σελίδας Πολιτικής Απορρήτου https://github.com/stefanXO/Tab-Manager-Plus/blob/master/PRIVACY.md
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Amazon AWS Quick Links",
    "short_name": "AWS Quick Links",
    "version": "1",
    "manifest_version": 2,
    "description": "Quickly and conveniently open AWS Services from here",
    "author": "stefanXO",
    "icons": {
        "16": "icons\/General_AWScloud.png",
        "48": "icons\/General_AWScloud.png",
        "64": "icons\/General_AWScloud.png",
        "128": "icons\/General_AWScloud.png",
        "256": "icons\/General_AWScloud.png"
    },
    "permissions": [
        "activeTab",
        "https:\/\/*.aws.amazon.com\/",
        "tabs",
        "storage"
    ],
    "incognito": "spanning",
    "background": {
        "scripts": [
            "lib\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.aws.amazon.com\/*"
            ],
            "js": [
                "lib\/worker.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": {
            "16": "icons\/General_AWScloud.png",
            "48": "icons\/General_AWScloud.png",
            "64": "icons\/General_AWScloud.png",
            "128": "icons\/General_AWScloud.png",
            "256": "icons\/General_AWScloud.png"
        },
        "default_popup": "popup.html"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+A",
                "windows": "Ctrl+Shift+A",
                "mac": "Command+Shift+A"
            }
        }
    }
}