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 تم تطويرها بواسطة chrome-dev، والميزة الرئيسية لها هي "Integrates actions for discovering and exploring Kubernetes resources with Monokle Cloud into the GitHub User Interface".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Monokle Cloud Chrome Extension
قم بتنزيل ملفات الامتداد Monokle Cloud Chrome Extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
عنوان صفحة المساعدة | https://github.com/kubeshop/monokle-chrome-extension/issues |
عنوان صفحة سياسة الخصوصية | 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": [] } |