BizTalk360 Assistant
If you are using BizTalk360 in your organisation, then this chrome extension will make your life easier.
Hvad er BizTalk360 Assistant?
BizTalk360 Assistant er en Chrome-udvidelse udviklet af https://biztalk360.com, og dens hovedfunktion er "If you are using BizTalk360 in your organisation, then this chrome extension will make your life easier.".
Udvidelsesskærmbilleder
Download BizTalk360 Assistant-udvidelses-CRX-fil
Download BizTalk360 Assistant-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
Navn | BizTalk360 Assistant |
ID | ajgaleiifngpklahinkndmjdhfdchggp |
Officiel URL | https://chromewebstore.google.com/detail/biztalk360-assistant/ajgaleiifngpklahinkndmjdhfdchggp |
Beskrivelse | If you are using BizTalk360 in your organisation, then this chrome extension will make your life easier. |
Filstørrelse | 871 KB |
Antal Installationer | 32 |
Nuværende Version | 2.0 |
Senest Opdateret | 2016-04-06 |
Udgivelsesdato | 2016-04-05 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | https://biztalk360.com |
Betalingsmetode | free |
Udvidelseswebsted | http://www.biztalk360.com |
Hjælpeside-URL | http://assist.biztalk360.com |
Understøttede Sprog | 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" } } |