CloudTempo
Fast & Smart Command Bar for AWS Console.
What is CloudTempo?
CloudTempo is a Chrome extension developed by https://cloudtempo.dev, and its main feature is "Fast & Smart Command Bar for AWS Console.".
Extension Screenshots
Download CloudTempo Extension CRX File
Download CloudTempo extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | CloudTempo |
ID | hnjemcffliolmflachhfoeaojlomanph |
Official URL | https://chromewebstore.google.com/detail/cloudtempo/hnjemcffliolmflachhfoeaojlomanph |
Description | Fast & Smart Command Bar for AWS Console. |
File Size | 1.23 MB |
Installation Count | 62 |
Current Version | 0.2.0 |
Last Updated | 2022-10-20 |
Publish Date | 2022-09-29 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://cloudtempo.dev |
[email protected] | |
Payment Type | in_app |
Extension Website | https://cloudtempo.dev |
Help Page URL | https://cloudtempo.dev/faq |
Privacy Policy Page URL | https://cloudtempo.dev/privacy |
Supported Languages | 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'" } } |