BizTalk360 Assistant
If you are using BizTalk360 in your organisation, then this chrome extension will make your life easier.
Что такое BizTalk360 Assistant?
BizTalk360 Assistant - это расширение Chrome, разработанное https://biztalk360.com, и его основная функция - "If you are using BizTalk360 in your organisation, then this chrome extension will make your life easier.".
Снимки экрана расширения
Скачать файл CRX расширения BizTalk360 Assistant
Скачайте файлы расширений BizTalk360 Assistant в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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.
Основная информация о расширении
Название | BizTalk360 Assistant |
ID | ajgaleiifngpklahinkndmjdhfdchggp |
Официальный URL | https://chromewebstore.google.com/detail/biztalk360-assistant/ajgaleiifngpklahinkndmjdhfdchggp |
Описание | If you are using BizTalk360 in your organisation, then this chrome extension will make your life easier. |
Размер файла | 871 KB |
Количество установок | 32 |
Текущая Версия | 2.0 |
Последнее Обновление | 2016-04-06 |
Дата публикации | 2016-04-05 |
Рейтинг | 5.00/5 Всего 1 оценок |
Разработчик | https://biztalk360.com |
Тип оплаты | free |
Официальный сайт расширения | http://www.biztalk360.com |
URL страницы помощи | http://assist.biztalk360.com |
Поддерживаемые языки | 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" } } |