Monokle Cloud Chrome Extension
Integrates actions for discovering and exploring Kubernetes resources with Monokle Cloud into the GitHub User Interface
Co je Monokle Cloud Chrome Extension?
Monokle Cloud Chrome Extension je rozšíření Chrome vyvinuté chrome-dev, a jeho hlavní funkcí je „Integrates actions for discovering and exploring Kubernetes resources with Monokle Cloud into the GitHub User Interface“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Monokle Cloud Chrome Extension
Stáhněte si soubory rozšíření Monokle Cloud Chrome Extension ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Monokle Cloud Chrome Extension |
ID | loojojkleiolidaodalflgbmaijeibob |
Oficiální URL | https://chromewebstore.google.com/detail/monokle-cloud-chrome-exte/loojojkleiolidaodalflgbmaijeibob |
Popis | Integrates actions for discovering and exploring Kubernetes resources with Monokle Cloud into the GitHub User Interface |
Velikost souboru | 79.31 KB |
Počet instalací | 99 |
Aktuální Verze | 0.0.1 |
Poslední Aktualizace | 2022-10-25 |
Datum Vydání | 2022-10-24 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | chrome-dev |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/kubeshop/monokle-chrome-extension |
URL Stránky Nápovědy | https://github.com/kubeshop/monokle-chrome-extension/issues |
URL Stránky Zásad Ochrany Soukromí | https://kubeshop.io/privacy |
Podporované Jazyky | 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": [] } |