Notify-Me for Zendesk

Real time Zendesk Ticket Notifications

Notify-Me for Zendesk là gì?

Notify-Me for Zendesk là một tiện ích mở rộng Chrome được phát triển bởi https://www.notifyme.live, và tính năng chính của nó là "Real time Zendesk Ticket Notifications".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Notify-Me for Zendesk

Tải xuống các tệp mở rộng Notify-Me for Zendesk dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Notify-Me for Zendesk Notify-Me for Zendesk
ID akndeknkfbncfoalobhohpegmpffibii
URL Chính Thức https://chromewebstore.google.com/detail/notify-me-for-zendesk/akndeknkfbncfoalobhohpegmpffibii
Mô tả Real time Zendesk Ticket Notifications
Kích Thước Tệp 2.68 MB
Số Lần Cài Đặt 3,206
Phiên Bản Hiện Tại 2.0.21
Cập Nhật Lần Cuối 2024-01-25
Ngày Phát Hành 2017-10-07
Đánh Giá 4.06/5 Tổng số 34 Đánh Giá
Nhà Phát Triển https://www.notifyme.live
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng Https://www.notifyme.live
URL Trang Trợ Giúp Https://www.notifyme.live/contact-us
Ngôn Ngữ Được Hỗ Trợ 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"
        ]
    }
}