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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } } |