Zendesk Quicktab
Well behaved browser tabs for Zendesk agents
What is Zendesk Quicktab?
Zendesk Quicktab is a Chrome extension developed by Shonin, and its main feature is "Well behaved browser tabs for Zendesk agents".
Extension Screenshots
Download Zendesk Quicktab Extension CRX File
Download Zendesk Quicktab 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.
Extension Basic Information
Name | Zendesk Quicktab |
ID | moiloihigegdbekeabannnkibekfnekf |
Official URL | https://chromewebstore.google.com/detail/zendesk-quicktab/moiloihigegdbekeabannnkibekfnekf |
Description | Well behaved browser tabs for Zendesk agents |
File Size | 376 KB |
Installation Count | 10,454 |
Current Version | 0.12.0 |
Last Updated | 2020-11-06 |
Publish Date | 2020-10-14 |
Rating | 4.92/5 Total 12 Ratings |
Developer | Shonin |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/shonin/QuickTab |
Help Page URL | https://github.com/shonin/QuickTab/issues |
Supported Languages | en |
manifest.json | |
{ "manifest_version": 2, "default_locale": "en", "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Zendesk Quicktab", "description": "Well behaved browser tabs for Zendesk agents", "version": "0.12.0", "background": { "scripts": [ "javascripts\/tabWatcher.js" ], "persistent": true }, "page_action": { "default_icon": { "19": "images\/icons\/icon38-enabled.png", "38": "images\/icons\/icon38-enabled.png" }, "default_title": "Zendesk QuickTab", "default_popup": "popup.html" }, "permissions": [ "http:\/\/*.zendesk.com\/*", "https:\/\/*.zendesk.com\/*", "webNavigation", "tabs" ], "icons": { "16": "images\/icons\/icon-16.png", "19": "images\/icons\/icon-19.png", "128": "images\/icons\/icon-128.png" } } |