CloudTempo
Fast & Smart Command Bar for AWS Console.
Co to jest CloudTempo?
CloudTempo to rozszerzenie Chrome opracowane przez https://cloudtempo.dev, a jego główną funkcją jest „Fast & Smart Command Bar for AWS Console.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia CloudTempo
Pobierz pliki rozszerzeń CloudTempo w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | CloudTempo |
ID | hnjemcffliolmflachhfoeaojlomanph |
Oficjalny URL | https://chromewebstore.google.com/detail/cloudtempo/hnjemcffliolmflachhfoeaojlomanph |
Opis | Fast & Smart Command Bar for AWS Console. |
Rozmiar pliku | 1.23 MB |
Liczba instalacji | 62 |
Aktualna Wersja | 0.2.0 |
Ostatnia Aktualizacja | 2022-10-20 |
Data Publikacji | 2022-09-29 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | https://cloudtempo.dev |
[email protected] | |
Typ Płatności | in_app |
Strona Rozszerzenia | https://cloudtempo.dev |
Adres URL Strony Pomocy | https://cloudtempo.dev/faq |
Adres URL Strony Polityki Prywatności | https://cloudtempo.dev/privacy |
Obsługiwane Języki | 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'" } } |