Zendesk Priority Highlights

Highlight Zendesk tickets in Views based on priority

Zendesk Priority Highlightsとは何ですか?

Zendesk Priority Highlightsはhttps://alexculligan.comによって開発されたChromeの拡張機能で、その主な機能は「Highlight Zendesk tickets in Views based on priority」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Zendesk Priority Highlights拡張機能のCRXファイルをダウンロード

Zendesk Priority Highlights拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
}