Quicktab for Zendesk by Tymeshift

Well behaved browser tabs for Zendesk agents

What is Quicktab for Zendesk by Tymeshift?

Quicktab for Zendesk by Tymeshift is a Chrome extension developed by https://tymeshift.com, and its main feature is "Well behaved browser tabs for Zendesk agents".

Extension Screenshots

screenshot
screenshot

Download Quicktab for Zendesk by Tymeshift Extension CRX File

Download Quicktab for Zendesk by Tymeshift extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Quicktab for Zendesk by Tymeshift Quicktab for Zendesk by Tymeshift
ID hhbimbckgheipimadcknkfogegmpoibj
Official URL https://chromewebstore.google.com/detail/quicktab-for-zendesk-by-t/hhbimbckgheipimadcknkfogegmpoibj
Description Well behaved browser tabs for Zendesk agents
File Size 352 KB
Installation Count 5,150
Current Version 0.11.12
Last Updated 2022-08-10
Publish Date 2022-06-08
Rating 5.00/5 Total 1 Ratings
Developer https://tymeshift.com
Email [email protected]
Payment Type free
Extension Website https://www.tymeshift.com/
Help Page URL https://support.tymeshift.com/hc/en-us/articles/360003993613-Install-Quicktab-Chrome-Extension
Supported Languages 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"
    }
}