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 là gì?

Hide Internal Zendesk Comments là một tiện ích mở rộng Chrome được phát triển bởi Kirby Powell, và tính năng chính của nó là "This extension hides all internal comments on a Zendesk ticket, when viewed through the Zendesk Agent UX.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Hide Internal Zendesk Comments

Tải xuống các tệp mở rộng Hide Internal Zendesk Comments dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Hide Internal Zendesk Comments Hide Internal Zendesk Comments
ID pbedggocbcdnjoamkoemejiljefnokan
URL Chính Thức https://chromewebstore.google.com/detail/hide-internal-zendesk-com/pbedggocbcdnjoamkoemejiljefnokan
Mô tả This extension hides all internal comments on a Zendesk ticket, when viewed through the Zendesk Agent UX.
Kích Thước Tệp 12.97 KB
Số Lần Cài Đặt 21
Phiên Bản Hiện Tại 1.3.1
Cập Nhật Lần Cuối 2015-12-04
Ngày Phát Hành 2015-12-04
Nhà Phát Triển Kirby Powell
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}