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 |
Eメール | [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'" } |