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”。

擴展截圖

screenshot
screenshot
screenshot

下載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                    

擴展基本資訊

名稱 Notify-Me for Zendesk Notify-Me for Zendesk
ID akndeknkfbncfoalobhohpegmpffibii
官方網址 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"
        ]
    }
}