CloudTempo

Fast & Smart Command Bar for AWS Console.

CloudTempo란 무엇입니까?

CloudTempo은(는) https://cloudtempo.dev에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Fast & Smart Command Bar for AWS Console."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

CloudTempo 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 CloudTempo CloudTempo
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'"
    }
}