Monokle Cloud Chrome Extension

Integrates actions for discovering and exploring Kubernetes resources with Monokle Cloud into the GitHub User Interface

Vad är Monokle Cloud Chrome Extension?

Monokle Cloud Chrome Extension är en Chrome-tillägg utvecklad av chrome-dev, och dess huvudfunktion är "Integrates actions for discovering and exploring Kubernetes resources with Monokle Cloud into the GitHub User Interface".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Monokle Cloud Chrome Extension-förlängningens CRX-fil

Ladda ner Monokle Cloud Chrome Extension-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Monokle Cloud Chrome Extension Monokle Cloud Chrome Extension
ID loojojkleiolidaodalflgbmaijeibob
Officiell webbadress https://chromewebstore.google.com/detail/monokle-cloud-chrome-exte/loojojkleiolidaodalflgbmaijeibob
Beskrivning Integrates actions for discovering and exploring Kubernetes resources with Monokle Cloud into the GitHub User Interface
Filstorlek 79.31 KB
Antal Installationer 99
Aktuell Version 0.0.1
Senast Uppdaterad 2022-10-25
Publiceringsdatum 2022-10-24
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare chrome-dev
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/kubeshop/monokle-chrome-extension
Hjälpsida URL https://github.com/kubeshop/monokle-chrome-extension/issues
URL till Sekretesspolicy Sidan https://kubeshop.io/privacy
Stödda Språk 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": []
}