BizTalk360 Assistant
If you are using BizTalk360 in your organisation, then this chrome extension will make your life easier.
Wat is BizTalk360 Assistant?
BizTalk360 Assistant is een Chrome-extensie ontwikkeld door https://biztalk360.com, en de belangrijkste functie is "If you are using BizTalk360 in your organisation, then this chrome extension will make your life easier.".
Extensie Screenshots
Download het CRX-bestand van de extensie BizTalk360 Assistant
Download BizTalk360 Assistant-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | BizTalk360 Assistant |
ID | ajgaleiifngpklahinkndmjdhfdchggp |
Officiële URL | https://chromewebstore.google.com/detail/biztalk360-assistant/ajgaleiifngpklahinkndmjdhfdchggp |
Beschrijving | If you are using BizTalk360 in your organisation, then this chrome extension will make your life easier. |
Bestandsgrootte | 871 KB |
Aantal Installaties | 32 |
Huidige Versie | 2.0 |
Laatst Bijgewerkt | 2016-04-06 |
Publicatiedatum | 2016-04-05 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | https://biztalk360.com |
Betalingswijze | free |
Extensiewebsite | http://www.biztalk360.com |
Help Pagina-URL | http://assist.biztalk360.com |
Ondersteunde Talen | 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" } } |