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
电子邮箱 [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"
    }
}