Cloud Assistant for Developers and DevOps
Cloudureka helps you to improve your cloud instantly, ensure you use right cloud and right configuration always
ما هو Cloud Assistant for Developers and DevOps؟
Cloud Assistant for Developers and DevOps هو إضافة Chrome تم تطويرها بواسطة https://cloudureka.com، والميزة الرئيسية لها هي "Cloudureka helps you to improve your cloud instantly, ensure you use right cloud and right configuration always".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Cloud Assistant for Developers and DevOps
قم بتنزيل ملفات الامتداد Cloud Assistant for Developers and DevOps بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Cloudureka's Cloud Assistant helps you to Save Cost and Time on your cloud. Quickly access cloud resource summary and recommendations to fix security, governance issues without leaving your Chrome. Supported Clouds: o Amazon Web Services (AWS) o DigitalOcean You can easily find the cost of running a VM on any of the clouds: o AWS o Google Cloud o Microsoft Azure o DigitalOcean o Exoscale o Linode You can also compare your cloud cost with other popular clouds from the web console. Cloudureka aims to empower you with necessary tools to help you become the power user in Cloud and DevOps. For more details, Visit: www.cloudureka.com
معلومات أساسية عن التمديد
الاسم | Cloud Assistant for Developers and DevOps |
ID | eieoionackkjenppkjildngnkenadjgc |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/cloud-assistant-for-devel/eieoionackkjenppkjildngnkenadjgc |
الوصف | Cloudureka helps you to improve your cloud instantly, ensure you use right cloud and right configuration always |
حجم الملف | 1.09 MB |
عدد التثبيتات | 145 |
النسخة الحالية | 0.0.2.0 |
آخر تحديث | 2017-10-17 |
تاريخ النشر | 2017-10-16 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | https://cloudureka.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://www.cloudureka.com |
عنوان صفحة سياسة الخصوصية | http://www.actonmagic.com |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Cloud Assistant for Developers and DevOps", "description": "Cloudureka helps you to improve your cloud instantly, ensure you use right cloud and right configuration always", "short_name": "Cloudureka", "version": "0.0.2.0", "options_page": "options.html", "homepage_url": "https:\/\/www.cloudureka.com", "icons": { "16": "images\/logo.png", "48": "images\/logo.png", "128": "images\/logo.png" }, "browser_action": { "default_popup": "popup.html", "default_icon": "images\/logo.png" }, "permissions": [ "storage" ], "content_security_policy": "script-src 'self'; object-src 'self'" } |