Zendesk View Monitor

Notifies on new tickets arriving in specific view in your Zendesk

Zendesk View Monitor란 무엇입니까?

Zendesk View Monitor은(는) onesoma에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Notifies on new tickets arriving in specific view in your Zendesk"입니다.

Zendesk View Monitor 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This extension allows an agent in Zendesk to monitor one view, and see a visual notification when new tickets arrive in that view. Handy if you don't have permissions to modify triggers etc to set up in product notifications. Uses the session authentication in your browser, so you need to log in to your Zendesk Support instance first to allow it to work.

Configure with:
1. Subdomain
2. ID of the view to monitor

Note: Please consider this as beta software. The fact that only one view can be configured is kind of limiting. It works fine for my purposes, but your mileage may vary. I'm happy to hear your feedback though!                    

확장 프로그램 기본 정보

이름 Zendesk View Monitor Zendesk View Monitor
ID loeebiaaljoddaamnjpeabbijhlphddf
공식 URL https://chrome.google.com/webstore/detail/zendesk-view-monitor/loeebiaaljoddaamnjpeabbijhlphddf
설명 Notifies on new tickets arriving in specific view in your Zendesk
파일 크기 8.39 KB
설치 횟수 220
현재 버전 1.1.1
최근 업데이트 2017-05-16
출시 날짜 2017-05-16
평점 5.00/5 총 1 개의 평점
개발자 onesoma
결제 유형 free
지원되는 언어 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Zendesk View Monitor",
    "description": "Notifies on new tickets arriving in specific view in your Zendesk",
    "version": "1.1.1",
    "browser_action": {
        "default_icon": "icon_grey19x19.png",
        "default_popup": "popup.html",
        "default_title": "Waiting for connection"
    },
    "permissions": [
        "alarms",
        "https:\/\/*.zendesk.com\/",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    }
}