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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย 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'" } |