BizTalk360 Assistant
If you are using BizTalk360 in your organisation, then this chrome extension will make your life easier.
Cos'è BizTalk360 Assistant?
BizTalk360 Assistant è un'estensione di Chrome sviluppata da https://biztalk360.com, e la sua funzione principale è "If you are using BizTalk360 in your organisation, then this chrome extension will make your life easier.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione BizTalk360 Assistant
Scarica i file di estensione BizTalk360 Assistant in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | BizTalk360 Assistant |
ID | ajgaleiifngpklahinkndmjdhfdchggp |
URL Ufficiale | https://chromewebstore.google.com/detail/biztalk360-assistant/ajgaleiifngpklahinkndmjdhfdchggp |
Descrizione | If you are using BizTalk360 in your organisation, then this chrome extension will make your life easier. |
Dimensione del File | 871 KB |
Conteggio Installazioni | 32 |
Versione Corrente | 2.0 |
Ultimo Aggiornamento | 2016-04-06 |
Data di Pubblicazione | 2016-04-05 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | https://biztalk360.com |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://www.biztalk360.com |
URL della Pagina di Aiuto | http://assist.biztalk360.com |
Lingue Supportate | 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" } } |