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.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載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 BizTalk360 Assistant
ID ajgaleiifngpklahinkndmjdhfdchggp
官方網址 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"
    }
}