Monokle Cloud Chrome Extension
Integrates actions for discovering and exploring Kubernetes resources with Monokle Cloud into the GitHub User Interface
Monokle Cloud Chrome Extension क्या है?
Monokle Cloud Chrome Extension chrome-dev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Integrates actions for discovering and exploring Kubernetes resources with Monokle Cloud into the GitHub User Interface"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Monokle Cloud Chrome Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | Monokle Cloud Chrome Extension |
ID | loojojkleiolidaodalflgbmaijeibob |
आधिकारिक URL | https://chromewebstore.google.com/detail/monokle-cloud-chrome-exte/loojojkleiolidaodalflgbmaijeibob |
विवरण | Integrates actions for discovering and exploring Kubernetes resources with Monokle Cloud into the GitHub User Interface |
फ़ाइल का आकार | 79.31 KB |
स्थापना संख्या | 99 |
वर्तमान संस्करण | 0.0.1 |
अंतिम अपडेट | 2022-10-25 |
प्रकाशन तिथि | 2022-10-24 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | chrome-dev |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/kubeshop/monokle-chrome-extension |
सहायता पृष्ठ URL | https://github.com/kubeshop/monokle-chrome-extension/issues |
गोपनीयता नीति पृष्ठ URL | https://kubeshop.io/privacy |
समर्थित भाषाएँ | 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": [] } |