BizTalk360 Assistant
If you are using BizTalk360 in your organisation, then this chrome extension will make your life easier.
Apa itu BizTalk360 Assistant?
BizTalk360 Assistant adalah ekstensi Chrome yang dikembangkan oleh https://biztalk360.com, dan fitur utamanya adalah "If you are using BizTalk360 in your organisation, then this chrome extension will make your life easier.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi BizTalk360 Assistant
Unduh file ekstensi BizTalk360 Assistant dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | BizTalk360 Assistant |
ID | ajgaleiifngpklahinkndmjdhfdchggp |
URL Resmi | https://chromewebstore.google.com/detail/biztalk360-assistant/ajgaleiifngpklahinkndmjdhfdchggp |
Deskripsi | If you are using BizTalk360 in your organisation, then this chrome extension will make your life easier. |
Ukuran File | 871 KB |
Jumlah Instalasi | 32 |
Versi Saat Ini | 2.0 |
Terakhir Diperbarui | 2016-04-06 |
Tanggal Publikasi | 2016-04-05 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | https://biztalk360.com |
Tipe Pembayaran | free |
Situs Ekstensi | http://www.biztalk360.com |
URL Halaman Bantuan | http://assist.biztalk360.com |
Bahasa yang Didukung | 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" } } |