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