docMgt Workflow Monitor
This extension queries your docMgt workflow queue
什麼是docMgt Workflow Monitor?
docMgt Workflow Monitor是由http://docmgt.com開發的Chrome擴展程式,該擴展的主要功能是“This extension queries your docMgt workflow queue”。
擴展截圖
下載docMgt Workflow Monitor擴展crx文件
下載docMgt Workflow Monitor擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This is a Chrome Web Extension for docMgt users. This can be set to monitor your docMgt server for new workflow items in your personal queue. Clicking on the item will take you to the server to view the item and perform workflow functions. ** Requires docMgt Server 3.05 or higher ====================== Release Notes ---------------------- Version 0.3.3 - Auto-login also applies to clicking a workflow item. If you are not already logged into docMgt server then it automatically logs you on Version 0.3.1 - Auto-login security changed to not store critical information locally - Server version added to ensure proper server version in use - Better styling added to workflow panel Version 0.2.3 - Auto-login functionality added Version 0.2.1 - Error notification added to login screen Version 0.2.0 - Initial version uploaded to store
擴展基本資訊
名稱 | |
ID | jmhmkolgalkhebboblgfkhddefckjepa |
官方網址 | https://chrome.google.com/webstore/detail/jmhmkolgalkhebboblgfkhddefckjepa |
簡介 | This extension queries your docMgt workflow queue |
檔案大小 | 164 KB |
安裝次數 | 18 |
目前版本 | 0.3.3 |
更新時間 | 2017-01-16 |
上架時間 | 2017-01-16 |
評分 | 5.00/5 共 4 次評分 |
開發者 | http://docmgt.com |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "docMgt Workflow Monitor", "author": "Brad Vossler", "version": "0.3.3", "description": "This extension queries your docMgt workflow queue", "short_name": "docMgt Workflow", "homepage_url": "http:\/\/www.docmgt.com", "browser_action": { "default_icon": { "20": "images\/docMgt-16x16.png", "40": "images\/docMgt-48x48.png" }, "default_popup": "docMgt.html", "default_title": "docMgt Workflow Monitor" }, "icons": { "20": "images\/docMgt-16x16.png", "40": "images\/docMgt-48x48.png", "120": "images\/docMgt-128x128.png" }, "permissions": [ "activeTab", "storage" ] } |