ZendeskSupportNotifications

Notifies about new and updated tickets in Zendesk

ZendeskSupportNotifications란 무엇입니까?

ZendeskSupportNotifications은(는) Jorge Molina에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Notifies about new and updated tickets in Zendesk"입니다.

확장 프로그램 스크린샷

screenshot

ZendeskSupportNotifications 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Notifies about new and updated tickets in Zendesk.
ZendeskSupportNotifications notifies you when new tickets are created or updated in your zendesk help desk software.

Currently supported help desk software:
* Zendesk                    

확장 프로그램 기본 정보

이름 ZendeskSupportNotifications ZendeskSupportNotifications
ID glkjpldmlcngdghjominbohlfjegakfi
공식 URL https://chromewebstore.google.com/detail/zendesksupportnotificatio/glkjpldmlcngdghjominbohlfjegakfi
설명 Notifies about new and updated tickets in Zendesk
파일 크기 84.59 KB
설치 횟수 131
현재 버전 1.3.2
최근 업데이트 2015-05-04
출시 날짜 2015-05-04
평점 1.00/5 총 2 개의 평점
개발자 Jorge Molina
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ZendeskSupportNotifications",
    "version": "1.3.2",
    "manifest_version": 2,
    "description": "Notifies about new and updated tickets in Zendesk",
    "permissions": [
        "notifications",
        "http:\/\/*.zendesk.com\/",
        "https:\/\/*.zendesk.com\/"
    ],
    "background": {
        "page": "bg.html",
        "persistent": true
    },
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "lgpl\/48.png",
        "default_title": "Support Notifications",
        "default_popup": "master_password.html"
    },
    "icons": {
        "16": "lgpl\/16.png",
        "48": "lgpl\/48.png",
        "128": "lgpl\/128.png"
    },
    "web_accessible_resources": [
        "lgpl\/48.png"
    ]
}