Zendesk Alerts

Notifications/alerts for Zendesk tickets

Zendesk Alerts क्या है?

Zendesk Alerts Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Notifications/alerts for Zendesk tickets"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Zendesk Alerts एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Notifications/alerts for Zendesk tickets exceeding a specific threshold e.g. time since last update. Status of plugin is in beta/testing. More details to follow after more testing.                    

एक्सटेंशन की मूल जानकारी

नाम Zendesk Alerts Zendesk Alerts
ID cblbbikodhoplndgnmefnbeolnhnbbkf
आधिकारिक URL https://chromewebstore.google.com/detail/zendesk-alerts/cblbbikodhoplndgnmefnbeolnhnbbkf
विवरण Notifications/alerts for Zendesk tickets
फ़ाइल का आकार 10.32 KB
स्थापना संख्या 203
वर्तमान संस्करण 2.2
अंतिम अपडेट 2019-07-17
प्रकाशन तिथि 2019-07-17
रेटिंग 1.00/5 कुल 1 रेटिंग्स
डेवलपर Unknown
भुगतान के प्रकार free
समर्थित भाषाएँ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Zendesk Alerts",
    "version": "2.2",
    "description": "Notifications\/alerts for Zendesk tickets",
    "icons": {
        "128": "icon128.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "16": "icon16.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "icon16.png",
            "32": "icon32.png",
            "48": "icon48.png",
            "128": "icon128.png"
        },
        "default_title": "Zendesk Alerts",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "alarms",
        "notifications",
        "storage",
        "https:\/\/cfapi.testcf.info\/*"
    ]
}