Quicktab for Zendesk by Tymeshift
Well behaved browser tabs for Zendesk agents
Cos'è Quicktab for Zendesk by Tymeshift?
Quicktab for Zendesk by Tymeshift è un'estensione di Chrome sviluppata da https://tymeshift.com, e la sua funzione principale è "Well behaved browser tabs for Zendesk agents".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Quicktab for Zendesk by Tymeshift
Scarica i file di estensione Quicktab for Zendesk by Tymeshift in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 Informazioni di Base sull'Estensione
| Nome | |
| ID | hhbimbckgheipimadcknkfogegmpoibj |
| URL Ufficiale | https://chromewebstore.google.com/detail/quicktab-for-zendesk-by-t/hhbimbckgheipimadcknkfogegmpoibj |
| Descrizione | Well behaved browser tabs for Zendesk agents |
| Dimensione del File | 352 KB |
| Conteggio Installazioni | 5,150 |
| Versione Corrente | 0.11.12 |
| Ultimo Aggiornamento | 2022-08-10 |
| Data di Pubblicazione | 2022-06-08 |
| Valutazione | 5.00/5 Totale 1 Valutazioni |
| Sviluppatore | https://tymeshift.com |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://www.tymeshift.com/ |
| URL della Pagina di Aiuto | https://support.tymeshift.com/hc/en-us/articles/360003993613-Install-Quicktab-Chrome-Extension |
| Lingue Supportate | 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"
}
} | |