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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
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 |
عنوان صفحة المساعدة | https://cloudtempo.dev/faq |
عنوان صفحة سياسة الخصوصية | 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'" } } |