BizTalk360 Assistant
If you are using BizTalk360 in your organisation, then this chrome extension will make your life easier.
What is BizTalk360 Assistant?
BizTalk360 Assistant is a Chrome extension developed by https://biztalk360.com, and its main feature is "If you are using BizTalk360 in your organisation, then this chrome extension will make your life easier.".
Extension Screenshots
Download BizTalk360 Assistant Extension CRX File
Download BizTalk360 Assistant extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | BizTalk360 Assistant |
ID | ajgaleiifngpklahinkndmjdhfdchggp |
Official URL | https://chromewebstore.google.com/detail/biztalk360-assistant/ajgaleiifngpklahinkndmjdhfdchggp |
Description | If you are using BizTalk360 in your organisation, then this chrome extension will make your life easier. |
File Size | 871 KB |
Installation Count | 32 |
Current Version | 2.0 |
Last Updated | 2016-04-06 |
Publish Date | 2016-04-05 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://biztalk360.com |
Payment Type | free |
Extension Website | http://www.biztalk360.com |
Help Page URL | http://assist.biztalk360.com |
Supported Languages | 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" } } |