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文件

下載ZendeskSupportNotifications擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    ]
}