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”。
擴展截圖
下載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 |
ID | hhbimbckgheipimadcknkfogegmpoibj |
官方網址 | 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 |
電子郵箱 | [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" } } |