CloudTempo
Fast & Smart Command Bar for AWS Console.
Что такое CloudTempo?
CloudTempo - это расширение Chrome, разработанное https://cloudtempo.dev, и его основная функция - "Fast & Smart Command Bar for AWS Console.".
Снимки экрана расширения
Скачать файл CRX расширения CloudTempo
Скачайте файлы расширений CloudTempo в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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 Основная информация о расширении
| Название | |
| ID | hnjemcffliolmflachhfoeaojlomanph |
| Официальный URL | https://chromewebstore.google.com/detail/cloudtempo/hnjemcffliolmflachhfoeaojlomanph |
| Описание | Fast & Smart Command Bar for AWS Console. |
| Размер файла | 1.23 MB |
| Количество установок | 62 |
| Текущая Версия | 0.2.0 |
| Последнее Обновление | 2022-10-20 |
| Дата публикации | 2022-09-29 |
| Рейтинг | 5.00/5 Всего 1 оценок |
| Разработчик | https://cloudtempo.dev |
| Электронная почта | [email protected] |
| Тип оплаты | in_app |
| Официальный сайт расширения | https://cloudtempo.dev |
| URL страницы помощи | https://cloudtempo.dev/faq |
| URL страницы политики конфиденциальности | https://cloudtempo.dev/privacy |
| Поддерживаемые языки | 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'"
}
} | |