Hide Internal Zendesk Comments

This extension hides all internal comments on a Zendesk ticket, when viewed through the Zendesk Agent UX.

Hide Internal Zendesk Comments क्या है?

Hide Internal Zendesk Comments Kirby Powell द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension hides all internal comments on a Zendesk ticket, when viewed through the Zendesk Agent UX."।

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

screenshot
screenshot

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

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

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

                        This extension hides all internal comments on a Zendesk ticket, when viewed through the Zendesk Agent UX.

To hide all internal comments in Zendesk, simply press the hide comments eye button. You will notice the button changes, so that there is a slash through the eye. This lets you know that all comments are hidden, should you ever forget the state of the comments. Press the button again to show all the internal comments again, and note that the eye button reverts to its open state. 

Note that this extension will hide ALL internal comments present in a given Google Chrome Tab. Therefore, if you have ten Chrome tabs open, each tab containing one Zendesk ticket, then pressing the hide comments button will hide *only those internal comments present in the active tab*. On the other hand, if you have one Chrome tab open, running Zendesk, and that one instance of Zendesk has ten Zendesk Tabs open within it, then pressing the hide comments button will hide ALL internal comments for every ticket present in that tab.                    

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

नाम Hide Internal Zendesk Comments Hide Internal Zendesk Comments
ID pbedggocbcdnjoamkoemejiljefnokan
आधिकारिक URL https://chromewebstore.google.com/detail/hide-internal-zendesk-com/pbedggocbcdnjoamkoemejiljefnokan
विवरण This extension hides all internal comments on a Zendesk ticket, when viewed through the Zendesk Agent UX.
फ़ाइल का आकार 12.97 KB
स्थापना संख्या 21
वर्तमान संस्करण 1.3.1
अंतिम अपडेट 2015-12-04
प्रकाशन तिथि 2015-12-04
डेवलपर Kirby Powell
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hide Internal Zendesk Comments",
    "short_name": "Hide Cmnts",
    "version": "1.3.1",
    "author": "Kirby Powell",
    "description": "This extension hides all internal comments on a Zendesk ticket, when viewed through the Zendesk Agent UX.",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Hide Internal Comments!",
        "default_icon": "visible.png"
    },
    "icons": {
        "48": "hidden.png",
        "128": "hidden128.png"
    },
    "manifest_version": 2
}