CloudTempo
Fast & Smart Command Bar for AWS Console.
Cos'è CloudTempo?
CloudTempo è un'estensione di Chrome sviluppata da https://cloudtempo.dev, e la sua funzione principale è "Fast & Smart Command Bar for AWS Console.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione CloudTempo
Scarica i file di estensione CloudTempo in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | CloudTempo |
ID | hnjemcffliolmflachhfoeaojlomanph |
URL Ufficiale | https://chromewebstore.google.com/detail/cloudtempo/hnjemcffliolmflachhfoeaojlomanph |
Descrizione | Fast & Smart Command Bar for AWS Console. |
Dimensione del File | 1.23 MB |
Conteggio Installazioni | 62 |
Versione Corrente | 0.2.0 |
Ultimo Aggiornamento | 2022-10-20 |
Data di Pubblicazione | 2022-09-29 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | https://cloudtempo.dev |
[email protected] | |
Tipo di Pagamento | in_app |
Sito Web dell'Estensione | https://cloudtempo.dev |
URL della Pagina di Aiuto | https://cloudtempo.dev/faq |
URL della Pagina della Politica sulla Privacy | https://cloudtempo.dev/privacy |
Lingue Supportate | 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'" } } |