BizTalk360 Assistant
If you are using BizTalk360 in your organisation, then this chrome extension will make your life easier.
O que é BizTalk360 Assistant?
BizTalk360 Assistant é uma extensão do Chrome desenvolvida por https://biztalk360.com, e sua principal característica é "If you are using BizTalk360 in your organisation, then this chrome extension will make your life easier.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão BizTalk360 Assistant
Baixe arquivos de extensão BizTalk360 Assistant no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | BizTalk360 Assistant |
ID | ajgaleiifngpklahinkndmjdhfdchggp |
URL Oficial | https://chromewebstore.google.com/detail/biztalk360-assistant/ajgaleiifngpklahinkndmjdhfdchggp |
Descrição | If you are using BizTalk360 in your organisation, then this chrome extension will make your life easier. |
Tamanho do Arquivo | 871 KB |
Contagem de Instalações | 32 |
Versão Atual | 2.0 |
Última Atualização | 2016-04-06 |
Data de Publicação | 2016-04-05 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | https://biztalk360.com |
Tipo de Pagamento | free |
Site da Extensão | http://www.biztalk360.com |
URL da Página de Ajuda | http://assist.biztalk360.com |
Idiomas Suportados | 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" } } |