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 |
| Eメール | [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"
]
}
} | |