Instance selector for Azure App Service Kudu

Launch Azure App Service Kudu or console with selecting an instance.

Instance selector for Azure App Service Kudu क्या है?

Instance selector for Azure App Service Kudu pnop, Inc. द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Launch Azure App Service Kudu or console with selecting an instance."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Instance selector for Azure App Service Kudu एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        In Azure App Service for Linux, where multiple instances are running, it is difficult to make an SSH connection to the intended instance.
This extension makes it easy for you to do that.

Copyright 2020  pnop, Inc.  All rights reserved.                    

एक्सटेंशन की मूल जानकारी

नाम Instance selector for Azure App Service Kudu Instance selector for Azure App Service Kudu
ID epdffjkaaohfjahphbancbnaiilkonel
आधिकारिक URL https://chromewebstore.google.com/detail/instance-selector-for-azu/epdffjkaaohfjahphbancbnaiilkonel
विवरण Launch Azure App Service Kudu or console with selecting an instance.
फ़ाइल का आकार 10.62 KB
स्थापना संख्या 61
वर्तमान संस्करण 1.0
अंतिम अपडेट 2020-11-04
प्रकाशन तिथि 2020-07-04
डेवलपर pnop, Inc.
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/pnopjp/AzureKuduInstanceSelector
सहायता पृष्ठ URL https://github.com/pnopjp/AzureKuduInstanceSelector/issues
गोपनीयता नीति पृष्ठ URL https://www.pnop.co.jp/privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Instance selector for Azure App Service Kudu",
    "version": "1.0",
    "description": "Launch Azure App Service Kudu or console with selecting an instance.",
    "permissions": [
        "https:\/\/portal.azure.com\/api\/*",
        "https:\/\/portal.azure.com\/AzureHubs\/api\/*",
        "https:\/\/management.azure.com\/*",
        "https:\/\/portal.azure.cn\/api\/*",
        "https:\/\/portal.azure.cn\/AzureHubs\/api\/*",
        "https:\/\/management.chinacloudapi.cn\/*",
        "https:\/\/portal.microsoftazure.de\/api\/*",
        "https:\/\/portal.microsoftazure.de\/AzureHubs\/api\/*",
        "https:\/\/management.microsoftazure.de\/*",
        "https:\/\/portal.azure.us\/api\/*",
        "https:\/\/portal.azure.us\/AzureHubs\/api\/*",
        "https:\/\/management.usgovcloudapi.net\/*",
        "https:\/\/preview.portal.azure.com\/api\/*",
        "https:\/\/preview.portal.azure.com\/AzureHubs\/api\/*",
        "webRequest",
        "webRequestBlocking",
        "declarativeContent"
    ],
    "icons": {
        "16": "icon\/icon16.png",
        "48": "icon\/icon48.png",
        "128": "icon\/icon128.png"
    },
    "page_action": {
        "default_popup": "html\/popup.html",
        "default_title": "Launch Azure Kudu",
        "default_icon": {
            "16": "icon\/icon16.png",
            "48": "icon\/icon48.png",
            "128": "icon\/icon128.png"
        }
    },
    "background": {
        "persistent": true,
        "page": "html\/background.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/unpkg.com; object-src 'self'",
    "homepage_url": "https:\/\/github.com\/pnopjp\/AzureKuduInstanceSelector",
    "web_accessible_resources": [
        "js\/parameters.js"
    ]
}