Monokle Cloud Chrome Extension
Integrates actions for discovering and exploring Kubernetes resources with Monokle Cloud into the GitHub User Interface
Apa itu Monokle Cloud Chrome Extension?
Monokle Cloud Chrome Extension adalah ekstensi Chrome yang dikembangkan oleh chrome-dev, dan fitur utamanya adalah "Integrates actions for discovering and exploring Kubernetes resources with Monokle Cloud into the GitHub User Interface".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Monokle Cloud Chrome Extension
Unduh file ekstensi Monokle Cloud Chrome Extension dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Monokle Cloud helps Developers, DevOps and Platform Engineers improve the quality of their Kubernetes deployments by providing a unified visual tool for authoring, analysis and deployment of Kubernetes configurations. The Monokle Cloud Chrome Extension integrates actions into the GitHub user interface to enable discovery and analysis of Kubernetes resources in your projects from within GitHub - improving your workflows and boosting productivity.
Informasi Dasar Ekstensi
Nama | Monokle Cloud Chrome Extension |
ID | loojojkleiolidaodalflgbmaijeibob |
URL Resmi | https://chromewebstore.google.com/detail/monokle-cloud-chrome-exte/loojojkleiolidaodalflgbmaijeibob |
Deskripsi | Integrates actions for discovering and exploring Kubernetes resources with Monokle Cloud into the GitHub User Interface |
Ukuran File | 79.31 KB |
Jumlah Instalasi | 99 |
Versi Saat Ini | 0.0.1 |
Terakhir Diperbarui | 2022-10-25 |
Tanggal Publikasi | 2022-10-24 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | chrome-dev |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/kubeshop/monokle-chrome-extension |
URL Halaman Bantuan | https://github.com/kubeshop/monokle-chrome-extension/issues |
URL Halaman Kebijakan Privasi | https://kubeshop.io/privacy |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Monokle Cloud Chrome Extension", "short_name": "Monokle Cloud", "version": "0.0.1", "description": "Integrates actions for discovering and exploring Kubernetes resources with Monokle Cloud into the GitHub User Interface", "homepage_url": "https:\/\/github.com\/kubeshop\/monokle-chrome-extension", "icons": { "256": "images\/large-icon-256.png" }, "action": { "default_icon": { "16": "images\/small-icon-16.png", "24": "images\/small-icon-24.png", "32": "images\/large-icon-32.png" }, "default_title": "Monokle Cloud", "default_popup": "popup.html" }, "content_scripts": [ { "js": [ "extension.js" ], "matches": [ "https:\/\/github.com\/*" ], "css": [ "extension.css" ] } ], "permissions": [] } |