Quicktab for Zendesk by Tymeshift

Well behaved browser tabs for Zendesk agents

Quicktab for Zendesk by Tymeshiftとは何ですか?

Quicktab for Zendesk by Tymeshiftはhttps://tymeshift.comによって開発されたChromeの拡張機能で、その主な機能は「Well behaved browser tabs for Zendesk agents」です。

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

screenshot
screenshot

Quicktab for Zendesk by Tymeshift拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Opens Zendesk ticket links in the already open Zendesk tab, instead of opening a new tab. A must-have for all Zendesk Agents.

***

This extension is maintained by Tymeshift. 
Tymeshift builds forecasting, scheduling, and reporting software for the modern age — exclusively for support teams using Zendesk. Learn more at www.tymeshift.com                    

拡張機能の基本情報

名前 Quicktab for Zendesk by Tymeshift Quicktab for Zendesk by Tymeshift
ID hhbimbckgheipimadcknkfogegmpoibj
公式URL https://chromewebstore.google.com/detail/quicktab-for-zendesk-by-t/hhbimbckgheipimadcknkfogegmpoibj
説明 Well behaved browser tabs for Zendesk agents
ファイルサイズ 352 KB
インストール数 5,150
現在のバージョン 0.11.12
最終更新日 2022-08-10
公開日 2022-06-08
評価 5.00/5 合計 1 レビュー
開発者 https://tymeshift.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.tymeshift.com/
ヘルプページのURL https://support.tymeshift.com/hc/en-us/articles/360003993613-Install-Quicktab-Chrome-Extension
対応言語 en
manifest.json
{
    "manifest_version": 3,
    "default_locale": "en",
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Quicktab for Zendesk by Tymeshift",
    "description": "Well behaved browser tabs for Zendesk agents",
    "version": "0.11.12",
    "background": {
        "service_worker": "javascripts\/tabWatcher.js"
    },
    "action": {
        "default_icon": {
            "19": "images\/icons\/icon38-enabled.png",
            "38": "images\/icons\/icon38-enabled.png"
        },
        "default_title": "Quicktab for Zendesk by Tymeshift",
        "default_popup": "popup.html"
    },
    "permissions": [
        "webNavigation",
        "tabs",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "http:\/\/*.zendesk.com\/*",
        "https:\/\/*.zendesk.com\/*"
    ],
    "icons": {
        "16": "images\/icons\/icon-16.png",
        "19": "images\/icons\/icon-19.png",
        "128": "images\/icons\/icon-128.png"
    }
}