CloudTempo

Fast & Smart Command Bar for AWS Console.

Was ist CloudTempo?

CloudTempo ist eine Chrome-Erweiterung, die von https://cloudtempo.dev entwickelt wurde, und ihr Hauptmerkmal ist "Fast & Smart Command Bar for AWS Console.".

Erweiterungsscreenshots

screenshot
screenshot

CloudTempo-Erweiterungs-CRX-Datei herunterladen

Laden Sie CloudTempo-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Fast & Smart Command Bar for AWS Console - Navigate through AWS (Amazon Web Services) Console with speed. Easily find resources cross-region, perform actions with single keystrokes. Designed for power users.

Key Features:
- Quickly find and navigate to AWS resources cross-region
- Find resources by ARN, get ARNs of your resources fast
- Use query languages to locate resources precisely
- Enhance AWS Console experience by shortcuts, skip using mouse
- Navigate to and through AWS Services with ease                    

Grundlegende Informationen zur Erweiterung

Name CloudTempo CloudTempo
ID hnjemcffliolmflachhfoeaojlomanph
Offizielle URL https://chromewebstore.google.com/detail/cloudtempo/hnjemcffliolmflachhfoeaojlomanph
Beschreibung Fast & Smart Command Bar for AWS Console.
Dateigröße 1.23 MB
Installationsanzahl 62
Aktuelle Version 0.2.0
Letztes Update 2022-10-20
Veröffentlichungsdatum 2022-09-29
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler https://cloudtempo.dev
E-Mail [email protected]
Zahlungsart in_app
Erweiterungswebsite https://cloudtempo.dev
Hilfeseite URL https://cloudtempo.dev/faq
URL der Datenschutzrichtlinien-Seite https://cloudtempo.dev/privacy
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CloudTempo",
    "description": "Fast & Smart Command Bar for AWS Console.",
    "version": "0.2.0",
    "manifest_version": 3,
    "permissions": [],
    "homepage_url": "https:\/\/cloudtempo.dev",
    "icons": {
        "16": "img\/icon16.png",
        "32": "img\/icon32.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        "https:\/\/*.aws.amazon.com\/*",
        "https:\/\/*.amazonaws.com\/*",
        "https:\/\/*.amazonaws.com.cn\/*",
        "https:\/\/developer.amazon.com\/*",
        "https:\/\/*.console.aws.amazon.com\/*"
    ],
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/*.console.aws.amazon.com\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "dist\/*"
            ],
            "matches": [
                "https:\/\/*.console.aws.amazon.com\/*"
            ]
        }
    ],
    "externally_connectable": {
        "ids": [
            "dfdbbkddkbcggkpdkgnogjhpijiahcep"
        ],
        "matches": [
            "https:\/\/*.console.aws.amazon.com\/*"
        ]
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}