Zest - The Zendesk Colour Coder

Colour code Zendesk tickets to help visualize and organise your workflow. Developed by Nevin George

Zest - The Zendesk Colour Coderとは何ですか?

Zest - The Zendesk Colour CoderはNevinGeorgeによって開発されたChromeの拡張機能で、その主な機能は「Colour code Zendesk tickets to help visualize and organise your workflow. Developed by Nevin George」です。

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

screenshot
screenshot
screenshot

Zest - The Zendesk Colour Coder拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        New (experimental) feature: Change background for internal notes!
You can now change the colour of internal notes to any colour of your choosing!

What is Zest? To put it simply, it’s an easy way to organise your Zendesk tickets!
Zest will allow you to customize your ticket view by allowing you to personally colour code your tickets. Not only by the standard priority (low-high), but by any field/category.

How do you use Zest? Simply click the icon on the top right of your chrome browser, type in the category you want coloured, choose a colour and click add. Refresh your Zendesk page to see the changes take effect.
Changing the colour of a category is easy too, just click on the colour next to the category name, change it and refresh the Zendesk page.

How does Zest work? It changes the styling of the page to add a background to each row to the colour that you choose. It does not modify the functionality of the site.

Got more questions? Feel free to contact me for any questions or concerns for yourself or for your business.

Enjoy using Zest?
Please consider leaving a rating on the extension so it can reach out to more people.
Also consider supporting me via paypal.me/NevGZCC                    

拡張機能の基本情報

名前 Zest - The Zendesk Colour Coder Zest - The Zendesk Colour Coder
ID kohidmaedanhmmhkhkbeaonheneldfbi
公式URL https://chromewebstore.google.com/detail/zest-the-zendesk-colour-c/kohidmaedanhmmhkhkbeaonheneldfbi
説明 Colour code Zendesk tickets to help visualize and organise your workflow. Developed by Nevin George
ファイルサイズ 98.93 KB
インストール数 1,730
現在のバージョン 1.3
最終更新日 2023-07-14
公開日 2020-08-13
評価 4.33/5 合計 6 レビュー
開発者 NevinGeorge
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Zest - Zendesk Colour Coder"
    },
    "content_scripts": [
        {
            "js": [
                "jquery.js",
                "content.js",
                "popup.js"
            ],
            "matches": [
                "*:\/\/*.zendesk.com\/*"
            ]
        }
    ],
    "description": "Colour code Zendesk tickets to help visualize and organise your workflow. Developed by Nevin George",
    "icons": {
        "128": "icon.png"
    },
    "manifest_version": 3,
    "name": "Zest - The Zendesk Colour Coder",
    "permissions": [
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.3"
}