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.开发的Chrome扩展程序,该扩展的主要功能是“Launch Azure App Service Kudu or console with selecting an instance.”。

扩展截图

screenshot

下载Instance selector for Azure App Service Kudu扩展crx文件

下载Instance selector for Azure App Service Kudu扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
    ]
}