Cloud Assistant for Developers and DevOps
Cloudureka helps you to improve your cloud instantly, ensure you use right cloud and right configuration always
Was ist Cloud Assistant for Developers and DevOps?
Cloud Assistant for Developers and DevOps ist eine Chrome-Erweiterung, die von https://cloudureka.com entwickelt wurde, und ihr Hauptmerkmal ist "Cloudureka helps you to improve your cloud instantly, ensure you use right cloud and right configuration always".
Erweiterungsscreenshots
Cloud Assistant for Developers and DevOps-Erweiterungs-CRX-Datei herunterladen
Laden Sie Cloud Assistant for Developers and DevOps-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Cloud Assistant for Developers and DevOps |
ID | eieoionackkjenppkjildngnkenadjgc |
Offizielle URL | https://chromewebstore.google.com/detail/cloud-assistant-for-devel/eieoionackkjenppkjildngnkenadjgc |
Beschreibung | Cloudureka helps you to improve your cloud instantly, ensure you use right cloud and right configuration always |
Dateigröße | 1.09 MB |
Installationsanzahl | 145 |
Aktuelle Version | 0.0.2.0 |
Letztes Update | 2017-10-17 |
Veröffentlichungsdatum | 2017-10-16 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | https://cloudureka.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://www.cloudureka.com |
URL der Datenschutzrichtlinien-Seite | http://www.actonmagic.com |
Unterstützte Sprachen | 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'" } |