Notify-Me for Zendesk

Real time Zendesk Ticket Notifications

Apa itu Notify-Me for Zendesk?

Notify-Me for Zendesk adalah ekstensi Chrome yang dikembangkan oleh https://www.notifyme.live, dan fitur utamanya adalah "Real time Zendesk Ticket Notifications".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Notify-Me for Zendesk

Unduh file ekstensi Notify-Me for Zendesk dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Notify-Me for Zendesk Notify-Me for Zendesk
ID akndeknkfbncfoalobhohpegmpffibii
URL Resmi https://chromewebstore.google.com/detail/notify-me-for-zendesk/akndeknkfbncfoalobhohpegmpffibii
Deskripsi Real time Zendesk Ticket Notifications
Ukuran File 2.68 MB
Jumlah Instalasi 3,206
Versi Saat Ini 2.0.21
Terakhir Diperbarui 2024-01-25
Tanggal Publikasi 2017-10-07
Penilaian 4.06/5 Total 34 Penilaian
Pengembang https://www.notifyme.live
Email [email protected]
Tipe Pembayaran in_app
Situs Ekstensi Https://www.notifyme.live
URL Halaman Bantuan Https://www.notifyme.live/contact-us
Bahasa yang Didukung 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"
        ]
    }
}