BizTalk360 Assistant
If you are using BizTalk360 in your organisation, then this chrome extension will make your life easier.
Co to jest BizTalk360 Assistant?
BizTalk360 Assistant to rozszerzenie Chrome opracowane przez https://biztalk360.com, a jego główną funkcją jest „If you are using BizTalk360 in your organisation, then this chrome extension will make your life easier.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia BizTalk360 Assistant
Pobierz pliki rozszerzeń BizTalk360 Assistant w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
BizTalk360 helps Microsoft BizTalk Server customers to manage their BizTalk server environments in more efficient way. It addresses some of the gaps in the standard tooling that comes out of the box from Microsoft, mainly around the operations and monitoring side. BizTalk360 Assistant is a productivity chrome extension for BizTalk360. It allows you to easily access your BizTalk360 environments. It comes with ability to search documentation, raise support ticket, configure and access multiple BizTalk360 environments etc.
Podstawowe informacje o rozszerzeniu
Nazwa | BizTalk360 Assistant |
ID | ajgaleiifngpklahinkndmjdhfdchggp |
Oficjalny URL | https://chromewebstore.google.com/detail/biztalk360-assistant/ajgaleiifngpklahinkndmjdhfdchggp |
Opis | If you are using BizTalk360 in your organisation, then this chrome extension will make your life easier. |
Rozmiar pliku | 871 KB |
Liczba instalacji | 32 |
Aktualna Wersja | 2.0 |
Ostatnia Aktualizacja | 2016-04-06 |
Data Publikacji | 2016-04-05 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | https://biztalk360.com |
Typ Płatności | free |
Strona Rozszerzenia | http://www.biztalk360.com |
Adres URL Strony Pomocy | http://assist.biztalk360.com |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "BizTalk360 Assistant", "description": "If you are using BizTalk360 in your organisation, then this chrome extension will make your life easier.", "version": "2.0", "permissions": [ "storage" ], "browser_action": { "default_icon": "img\/icon.png", "default_popup": "popup.html" }, "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" } } |