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"입니다.

확장 프로그램 스크린샷

screenshot

docMgt Workflow Monitor 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 docMgt Workflow Monitor docMgt Workflow Monitor
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
이메일 [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"
    ]
}