Zendesk Priority Highlights

Highlight Zendesk tickets in Views based on priority

Zendesk Priority Highlights क्या है?

Zendesk Priority Highlights https://alexculligan.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Highlight Zendesk tickets in Views based on priority"।

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

screenshot
screenshot
screenshot

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

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

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

                        This extension no longer uses Google Analytics.

This extension automatically works in the Zendesk Views pages for accounts in most languages supported by Zendesk.

- Identifies tickets that have a Priority.
- Highlights tickets with Urgent priority as red.
- Highlights tickets with High priority as orange.
- Highlights tickets with Normal priority as yellow.
- Highlights tickets with Low priority as green.
- User can choose what priorities to highlight in the options page or the extension icon.                    

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

नाम Zendesk Priority Highlights Zendesk Priority Highlights
ID kdnlbgealinpnebnoamnabcpjkifokpk
आधिकारिक URL https://chromewebstore.google.com/detail/zendesk-priority-highligh/kdnlbgealinpnebnoamnabcpjkifokpk
विवरण Highlight Zendesk tickets in Views based on priority
फ़ाइल का आकार 185 KB
स्थापना संख्या 285
वर्तमान संस्करण 1.2.6
अंतिम अपडेट 2019-07-21
प्रकाशन तिथि 2019-07-21
रेटिंग 3.71/5 कुल 7 रेटिंग्स
डेवलपर https://alexculligan.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://priorityhighlights.alexculligan.com
सहायता पृष्ठ URL http://contact.alexculligan.com
गोपनीयता नीति पृष्ठ URL http://license.alexculligan.com
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Alex Culligan",
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "name": "Zendesk Priority Highlights",
        "default_icon": {
            "16": "img\/disabled\/16.png",
            "24": "img\/disabled\/24.png",
            "32": "img\/disabled\/32.png",
            "48": "img\/disabled\/48.png",
            "128": "img\/disabled\/128.png",
            "256": "img\/disabled\/256.png"
        },
        "default_popup": "html\/popup-options.html"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "css": [
                "css\/style.css"
            ],
            "js": [
                "js\/jquery.js",
                "js\/content.js"
            ],
            "matches": [
                "https:\/\/*.zendesk.com\/agent\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "description": "Highlight Zendesk tickets in Views based on priority",
    "icons": {
        "16": "img\/default\/16.png",
        "24": "img\/default\/24.png",
        "32": "img\/default\/32.png",
        "48": "img\/default\/48.png",
        "128": "img\/default\/128.png",
        "256": "img\/default\/256.png"
    },
    "manifest_version": 2,
    "name": "Zendesk Priority Highlights",
    "options_ui": {
        "page": "html\/options.html"
    },
    "permissions": [
        "declarativeContent",
        "storage"
    ],
    "short_name": "Priority Highlights",
    "version": "1.2.6"
}