Zendesk Alerts

Notifications/alerts for Zendesk tickets

什么是Zendesk Alerts?

Zendesk Alerts是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Notifications/alerts for Zendesk tickets”。

扩展截图

screenshot
screenshot
screenshot

下载Zendesk Alerts扩展crx文件

下载Zendesk Alerts扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Notifications/alerts for Zendesk tickets exceeding a specific threshold e.g. time since last update. Status of plugin is in beta/testing. More details to follow after more testing.                    

扩展基本信息

名称 Zendesk Alerts Zendesk Alerts
ID cblbbikodhoplndgnmefnbeolnhnbbkf
官方URL https://chromewebstore.google.com/detail/zendesk-alerts/cblbbikodhoplndgnmefnbeolnhnbbkf
简介 Notifications/alerts for Zendesk tickets
文件大小 10.32 KB
安装次数 203
当前版本 2.2
更新时间 2019-07-17
上架时间 2019-07-17
评分 1.00/5 共1次评分
开发者 Unknown
付费类型 free
支持的语言 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Zendesk Alerts",
    "version": "2.2",
    "description": "Notifications\/alerts for Zendesk tickets",
    "icons": {
        "128": "icon128.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "16": "icon16.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "icon16.png",
            "32": "icon32.png",
            "48": "icon48.png",
            "128": "icon128.png"
        },
        "default_title": "Zendesk Alerts",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "alarms",
        "notifications",
        "storage",
        "https:\/\/cfapi.testcf.info\/*"
    ]
}