BizTalk360 Assistant
If you are using BizTalk360 in your organisation, then this chrome extension will make your life easier.
¿Qué es BizTalk360 Assistant?
BizTalk360 Assistant es una extensión de Chrome desarrollada por https://biztalk360.com, y su función principal es "If you are using BizTalk360 in your organisation, then this chrome extension will make your life easier.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión BizTalk360 Assistant
Descarga archivos de extensión BizTalk360 Assistant en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | BizTalk360 Assistant |
ID | ajgaleiifngpklahinkndmjdhfdchggp |
URL Oficial | https://chromewebstore.google.com/detail/biztalk360-assistant/ajgaleiifngpklahinkndmjdhfdchggp |
Descripción | If you are using BizTalk360 in your organisation, then this chrome extension will make your life easier. |
Tamaño del Archivo | 871 KB |
Cantidad de Instalaciones | 32 |
Versión Actual | 2.0 |
Última Actualización | 2016-04-06 |
Fecha de Publicación | 2016-04-05 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | https://biztalk360.com |
Tipo de Pago | free |
Sitio Web de la Extensión | http://www.biztalk360.com |
URL de la Página de Ayuda | http://assist.biztalk360.com |
Idiomas Soportados | 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" } } |