Instance selector for Azure App Service Kudu
Launch Azure App Service Kudu or console with selecting an instance.
Co je Instance selector for Azure App Service Kudu?
Instance selector for Azure App Service Kudu je rozšíření Chrome vyvinuté pnop, Inc., a jeho hlavní funkcí je „Launch Azure App Service Kudu or console with selecting an instance.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Instance selector for Azure App Service Kudu
Stáhněte si soubory rozšíření Instance selector for Azure App Service Kudu ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Instance selector for Azure App Service Kudu |
ID | epdffjkaaohfjahphbancbnaiilkonel |
Oficiální URL | https://chromewebstore.google.com/detail/instance-selector-for-azu/epdffjkaaohfjahphbancbnaiilkonel |
Popis | Launch Azure App Service Kudu or console with selecting an instance. |
Velikost souboru | 10.62 KB |
Počet instalací | 61 |
Aktuální Verze | 1.0 |
Poslední Aktualizace | 2020-11-04 |
Datum Vydání | 2020-07-04 |
Vývojář | pnop, Inc. |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/pnopjp/AzureKuduInstanceSelector |
URL Stránky Nápovědy | https://github.com/pnopjp/AzureKuduInstanceSelector/issues |
URL Stránky Zásad Ochrany Soukromí | https://www.pnop.co.jp/privacy-policy |
Podporované Jazyky | 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" ] } |