ZenDesk Refresher

Automatically refreshes the ZenDesk Ticket Counts for the different views

ZenDesk Refresherとは何ですか?

ZenDesk Refresherはbooleanbeanによって開発されたChromeの拡張機能で、その主な機能は「Automatically refreshes the ZenDesk Ticket Counts for the different views」です。

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

screenshot

ZenDesk Refresher拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Upon installation, this extension will check if the site visited is a ZenDesk support domain. Once it detects you have, it will inject a script to refresh the ticket count automatically so that you know when a customer has responded or created a new ticket.

You can change the amount of time between refreshes by clicking the extension icon.

This extension is open source and no data is collected.
Select "Website" to the right to view the code.

Update 0.1.4 changes:
- Fixed issue with interference with CC
- Removed history permission and replaced with webNavigation permission                    

拡張機能の基本情報

名前 ZenDesk Refresher ZenDesk Refresher
ID kbnadckimgmhcchlnoddmihobfmloocp
公式URL https://chromewebstore.google.com/detail/zendesk-refresher/kbnadckimgmhcchlnoddmihobfmloocp
説明 Automatically refreshes the ZenDesk Ticket Counts for the different views
ファイルサイズ 39.64 KB
インストール数 6,555
現在のバージョン 0.1.4
最終更新日 2023-07-21
公開日 2023-01-16
評価 4.31/5 合計 16 レビュー
開発者 booleanbean
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/scott-w-maxwell/ZenDeskFilterRefresh
ヘルプページのURL https://github.com/scott-w-maxwell/ZenDeskFilterRefresh
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ZenDesk Refresher",
    "description": "Automatically refreshes the ZenDesk Ticket Counts for the different views",
    "version": "0.1.4",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "scripting",
        "storage",
        "tabs",
        "webNavigation"
    ],
    "host_permissions": [
        "https:\/\/*.zendesk.com\/agent\/*"
    ]
}