FreshService Ticket Tools
This plugin has several useful tools for Agents when working with FreshService Tickets.
Cos'è FreshService Ticket Tools?
FreshService Ticket Tools è un'estensione di Chrome sviluppata da NWDigital, e la sua funzione principale è "This plugin has several useful tools for Agents when working with FreshService Tickets.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione FreshService Ticket Tools
Scarica i file di estensione FreshService Ticket Tools 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
Adds ability to add a note, reply, forward, add time and start the timer while viewing a FreshService ticket. Also includes links to your portal specific url for creating new tickets, service requests and going to your FreshService Dashboard! Informazioni di Base sull'Estensione
| Nome | |
| ID | inblhlmdngjhhfkakphnephlibabnchf |
| URL Ufficiale | https://chromewebstore.google.com/detail/freshservice-ticket-tools/inblhlmdngjhhfkakphnephlibabnchf |
| Descrizione | This plugin has several useful tools for Agents when working with FreshService Tickets. |
| Dimensione del File | 10.48 KB |
| Conteggio Installazioni | 84 |
| Versione Corrente | 1.0.6 |
| Ultimo Aggiornamento | 2023-06-15 |
| Data di Pubblicazione | 2022-05-07 |
| Sviluppatore | NWDigital |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "FreshService Ticket Tools",
"description": "This plugin has several useful tools for Agents when working with FreshService Tickets.",
"version": "1.0.6",
"manifest_version": 3,
"options_page": "options.html",
"icons": {
"128": "freshservice.png"
},
"permissions": [
"activeTab",
"scripting",
"storage",
"tabs"
],
"host_permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"action": {
"default_popup": "popup.html"
},
"background": {
"service_worker": "background.js"
}
} | |