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是由https://cloudureka.com开发的Chrome扩展程序,该扩展的主要功能是“Cloudureka helps you to improve your cloud instantly, ensure you use right cloud and right configuration always”。
扩展截图
下载Cloud Assistant for Developers and DevOps扩展crx文件
下载Cloud Assistant for Developers and DevOps扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 |
隐私政策页面URL | 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'" } |