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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    ]
}