BizTalk360 Assistant
If you are using BizTalk360 in your organisation, then this chrome extension will make your life easier.
Vad är BizTalk360 Assistant?
BizTalk360 Assistant är en Chrome-tillägg utvecklad av https://biztalk360.com, och dess huvudfunktion är "If you are using BizTalk360 in your organisation, then this chrome extension will make your life easier.".
Tilläggsskärmbilder
Ladda ner BizTalk360 Assistant-förlängningens CRX-fil
Ladda ner BizTalk360 Assistant-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | BizTalk360 Assistant |
ID | ajgaleiifngpklahinkndmjdhfdchggp |
Officiell webbadress | https://chromewebstore.google.com/detail/biztalk360-assistant/ajgaleiifngpklahinkndmjdhfdchggp |
Beskrivning | If you are using BizTalk360 in your organisation, then this chrome extension will make your life easier. |
Filstorlek | 871 KB |
Antal Installationer | 32 |
Aktuell Version | 2.0 |
Senast Uppdaterad | 2016-04-06 |
Publiceringsdatum | 2016-04-05 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | https://biztalk360.com |
Betalningssätt | free |
Tilläggswebbplats | http://www.biztalk360.com |
Hjälpsida URL | http://assist.biztalk360.com |
Stödda Språk | 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" } } |