CloudTempo
Fast & Smart Command Bar for AWS Console.
Wat is CloudTempo?
CloudTempo is een Chrome-extensie ontwikkeld door https://cloudtempo.dev, en de belangrijkste functie is "Fast & Smart Command Bar for AWS Console.".
Extensie Screenshots
Download het CRX-bestand van de extensie CloudTempo
Download CloudTempo-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | CloudTempo |
ID | hnjemcffliolmflachhfoeaojlomanph |
Officiële URL | https://chromewebstore.google.com/detail/cloudtempo/hnjemcffliolmflachhfoeaojlomanph |
Beschrijving | Fast & Smart Command Bar for AWS Console. |
Bestandsgrootte | 1.23 MB |
Aantal Installaties | 62 |
Huidige Versie | 0.2.0 |
Laatst Bijgewerkt | 2022-10-20 |
Publicatiedatum | 2022-09-29 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | https://cloudtempo.dev |
[email protected] | |
Betalingswijze | in_app |
Extensiewebsite | https://cloudtempo.dev |
Help Pagina-URL | https://cloudtempo.dev/faq |
URL van de Privacybeleid Pagina | https://cloudtempo.dev/privacy |
Ondersteunde Talen | 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'" } } |