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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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'" } |