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 |
官方網址 | 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'" } |