Zendesk Utils

Utility extension for Zendesk Support

Zendesk Utils क्या है?

Zendesk Utils KJoones द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Utility extension for Zendesk Support"।

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

screenshot
screenshot

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

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

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

                        A utility extension for Zendesk to fill in some gaps of the official application.

Features:
- Automatically refresh your Zendesk views to ensure you don't miss a ticket
- Hide views that you may not need right away
- See who is editing a ticket so you don't reply when someone else is
- Easily access the Zendesk Statuspage from inside the right click menu of your browser
- Easily close all Zendesk tabs from inside the right click menu of your browser

Disclaimer: ZendeskUtils is in no way affiliated with Zendesk or their partners. ZendeskUtils is created purely for functional purposes. Changes to Zendesk may break ZendeskUtils, if you notice this please let the developer know by going to Preferences -> Send Feedback.                    

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

नाम Zendesk Utils Zendesk Utils
ID mdcmhkfioihfkfggfpiibohmkmnpanjh
आधिकारिक URL https://chromewebstore.google.com/detail/zendesk-utils/mdcmhkfioihfkfggfpiibohmkmnpanjh
विवरण Utility extension for Zendesk Support
फ़ाइल का आकार 105 KB
स्थापना संख्या 516
वर्तमान संस्करण 0.0.10
अंतिम अपडेट 2022-11-29
प्रकाशन तिथि 2022-07-06
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर KJoones
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ id,en,en-GB,en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extensionTitle__",
    "description": "__MSG_extensionDescription__",
    "author": "Karl Jones",
    "version": "0.0.10",
    "manifest_version": 3,
    "minimum_chrome_version": "88",
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.zendesk.com\/agent\/*"
            ],
            "js": [
                "utils\/jquery-3.6.0.min.js",
                "utils\/localise.min.js",
                "js\/main.min.js"
            ],
            "run_at": "document_idle",
            "all_frames": true
        }
    ],
    "icons": {
        "128": "icons\/refresh-128.png"
    },
    "options_ui": {
        "page": "\/preferences\/index.html",
        "open_in_tab": true
    },
    "background": {
        "service_worker": "js\/background.min.js"
    },
    "permissions": [
        "storage",
        "contextMenus",
        "activeTab",
        "notifications"
    ]
}