BizTalk360 Assistant
If you are using BizTalk360 in your organisation, then this chrome extension will make your life easier.
Was ist BizTalk360 Assistant?
BizTalk360 Assistant ist eine Chrome-Erweiterung, die von https://biztalk360.com entwickelt wurde, und ihr Hauptmerkmal ist "If you are using BizTalk360 in your organisation, then this chrome extension will make your life easier.".
Erweiterungsscreenshots
BizTalk360 Assistant-Erweiterungs-CRX-Datei herunterladen
Laden Sie BizTalk360 Assistant-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | BizTalk360 Assistant |
ID | ajgaleiifngpklahinkndmjdhfdchggp |
Offizielle URL | https://chromewebstore.google.com/detail/biztalk360-assistant/ajgaleiifngpklahinkndmjdhfdchggp |
Beschreibung | If you are using BizTalk360 in your organisation, then this chrome extension will make your life easier. |
Dateigröße | 871 KB |
Installationsanzahl | 32 |
Aktuelle Version | 2.0 |
Letztes Update | 2016-04-06 |
Veröffentlichungsdatum | 2016-04-05 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | https://biztalk360.com |
Zahlungsart | free |
Erweiterungswebsite | http://www.biztalk360.com |
Hilfeseite URL | http://assist.biztalk360.com |
Unterstützte Sprachen | 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" } } |