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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension hides all internal comments on a Zendesk ticket, when viewed through the Zendesk Agent UX."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Hide Internal Zendesk Comments 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
}