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 |
公式URL | 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 |
Eメール | [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" ] } |