CloudTempo
Fast & Smart Command Bar for AWS Console.
CloudTempo là gì?
CloudTempo là một tiện ích mở rộng Chrome được phát triển bởi https://cloudtempo.dev, và tính năng chính của nó là "Fast & Smart Command Bar for AWS Console.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng CloudTempo
Tải xuống các tệp mở rộng CloudTempo dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | CloudTempo |
ID | hnjemcffliolmflachhfoeaojlomanph |
URL Chính Thức | https://chromewebstore.google.com/detail/cloudtempo/hnjemcffliolmflachhfoeaojlomanph |
Mô tả | Fast & Smart Command Bar for AWS Console. |
Kích Thước Tệp | 1.23 MB |
Số Lần Cài Đặt | 62 |
Phiên Bản Hiện Tại | 0.2.0 |
Cập Nhật Lần Cuối | 2022-10-20 |
Ngày Phát Hành | 2022-09-29 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | https://cloudtempo.dev |
[email protected] | |
Loại Thanh Toán | in_app |
Trang Web Mở Rộng | https://cloudtempo.dev |
URL Trang Trợ Giúp | https://cloudtempo.dev/faq |
URL Trang Chính Sách Bảo Mật | https://cloudtempo.dev/privacy |
Ngôn Ngữ Được Hỗ Trợ | 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'" } } |