Notify-Me for Zendesk
Real time Zendesk Ticket Notifications
什么是Notify-Me for Zendesk?
Notify-Me for Zendesk是由https://www.notifyme.live开发的Chrome扩展程序,该扩展的主要功能是“Real time Zendesk Ticket Notifications”。
扩展截图
下载Notify-Me for Zendesk扩展crx文件
下载Notify-Me for Zendesk扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Advanced browser notifications for the Zendesk client.
This extension will notify you of new tickets you receive on the view of your choice, in real-time, with a sound alert and/or a chrome popup alert. Clicking on the ticket in the extension opens the Zendesk ticket in the already open Zendesk tab, instead of opening a new tab. Hurray!
30-day free trial and then 5$/mo 扩展基本信息
| 名称 | |
| ID | akndeknkfbncfoalobhohpegmpffibii |
| 官方URL | https://chromewebstore.google.com/detail/notify-me-for-zendesk/akndeknkfbncfoalobhohpegmpffibii |
| 简介 | Real time Zendesk Ticket Notifications |
| 文件大小 | 2.68 MB |
| 安装次数 | 3,206 |
| 当前版本 | 2.0.21 |
| 更新时间 | 2024-01-25 |
| 上架时间 | 2017-10-07 |
| 评分 | 4.06/5 共34次评分 |
| 开发者 | https://www.notifyme.live |
| 电子邮箱 | [email protected] |
| 付费类型 | in_app |
| 扩展官网 | Https://www.notifyme.live |
| 帮助页面URL | Https://www.notifyme.live/contact-us |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Notify-Me for Zendesk",
"description": "Real time Zendesk Ticket Notifications",
"version": "2.0.21",
"content_security_policy": "script-src 'unsafe-eval' 'self' https:\/\/www.google-analytics.com https:\/\/ssl.google-analytics.com\/ga.js https:\/\/cdn.mxpnl.com\/libs\/mixpanel-2-latest.min.js https:\/\/api.mixpanel.com chrome-extension:\/\/cdn.mxpnl.com\/libs\/mixpanel-2-latest.min.js; object-src 'self'",
"permissions": [
"notifications",
"https:\/\/*.zendesk.com\/",
"storage",
"tabs"
],
"icons": {
"16": "logo_smallNEW.png",
"48": "logo_smallNEW.png",
"128": "logo_smallNEW.png"
},
"browser_action": {
"default_popup": "index.html",
"default_icon": "logo_smallNEW.png"
},
"manifest_version": 2,
"background": {
"scripts": [
"axios.min.js",
"background.js"
]
}
} | |