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 là gì?
Instance selector for Azure App Service Kudu là một tiện ích mở rộng Chrome được phát triển bởi pnop, Inc., và tính năng chính của nó là "Launch Azure App Service Kudu or console with selecting an instance.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Instance selector for Azure App Service Kudu
Tải xuống các tệp mở rộng Instance selector for Azure App Service Kudu dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Instance selector for Azure App Service Kudu |
ID | epdffjkaaohfjahphbancbnaiilkonel |
URL Chính Thức | https://chromewebstore.google.com/detail/instance-selector-for-azu/epdffjkaaohfjahphbancbnaiilkonel |
Mô tả | Launch Azure App Service Kudu or console with selecting an instance. |
Kích Thước Tệp | 10.62 KB |
Số Lần Cài Đặt | 61 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2020-11-04 |
Ngày Phát Hành | 2020-07-04 |
Nhà Phát Triển | pnop, Inc. |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/pnopjp/AzureKuduInstanceSelector |
URL Trang Trợ Giúp | https://github.com/pnopjp/AzureKuduInstanceSelector/issues |
URL Trang Chính Sách Bảo Mật | https://www.pnop.co.jp/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |