BizTalk360 Assistant
If you are using BizTalk360 in your organisation, then this chrome extension will make your life easier.
BizTalk360 Assistant là gì?
BizTalk360 Assistant là một tiện ích mở rộng Chrome được phát triển bởi https://biztalk360.com, và tính năng chính của nó là "If you are using BizTalk360 in your organisation, then this chrome extension will make your life easier.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng BizTalk360 Assistant
Tải xuống các tệp mở rộng BizTalk360 Assistant dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | BizTalk360 Assistant |
ID | ajgaleiifngpklahinkndmjdhfdchggp |
URL Chính Thức | https://chromewebstore.google.com/detail/biztalk360-assistant/ajgaleiifngpklahinkndmjdhfdchggp |
Mô tả | If you are using BizTalk360 in your organisation, then this chrome extension will make your life easier. |
Kích Thước Tệp | 871 KB |
Số Lần Cài Đặt | 32 |
Phiên Bản Hiện Tại | 2.0 |
Cập Nhật Lần Cuối | 2016-04-06 |
Ngày Phát Hành | 2016-04-05 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | https://biztalk360.com |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://www.biztalk360.com |
URL Trang Trợ Giúp | http://assist.biztalk360.com |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |