BizTalk360 Assistant
If you are using BizTalk360 in your organisation, then this chrome extension will make your life easier.
什么是BizTalk360 Assistant?
BizTalk360 Assistant是由https://biztalk360.com开发的Chrome扩展程序,该扩展的主要功能是“If you are using BizTalk360 in your organisation, then this chrome extension will make your life easier.”。
扩展截图
下载BizTalk360 Assistant扩展crx文件
下载BizTalk360 Assistant扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | BizTalk360 Assistant |
ID | ajgaleiifngpklahinkndmjdhfdchggp |
官方URL | https://chromewebstore.google.com/detail/biztalk360-assistant/ajgaleiifngpklahinkndmjdhfdchggp |
简介 | If you are using BizTalk360 in your organisation, then this chrome extension will make your life easier. |
文件大小 | 871 KB |
安装次数 | 32 |
当前版本 | 2.0 |
更新时间 | 2016-04-06 |
上架时间 | 2016-04-05 |
评分 | 5.00/5 共1次评分 |
开发者 | https://biztalk360.com |
付费类型 | free |
扩展官网 | http://www.biztalk360.com |
帮助页面URL | http://assist.biztalk360.com |
支持的语言 | 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" } } |