FreshService Ticket Tools
This plugin has several useful tools for Agents when working with FreshService Tickets.
Wat is FreshService Ticket Tools?
FreshService Ticket Tools is een Chrome-extensie ontwikkeld door NWDigital, en de belangrijkste functie is "This plugin has several useful tools for Agents when working with FreshService Tickets.".
Extensie Screenshots
Download het CRX-bestand van de extensie FreshService Ticket Tools
Download FreshService Ticket Tools-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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! Basisinformatie over de Extensie
| Naam | |
| ID | inblhlmdngjhhfkakphnephlibabnchf |
| Officiële URL | https://chromewebstore.google.com/detail/freshservice-ticket-tools/inblhlmdngjhhfkakphnephlibabnchf |
| Beschrijving | This plugin has several useful tools for Agents when working with FreshService Tickets. |
| Bestandsgrootte | 10.48 KB |
| Aantal Installaties | 84 |
| Huidige Versie | 1.0.6 |
| Laatst Bijgewerkt | 2023-06-15 |
| Publicatiedatum | 2022-05-07 |
| Ontwikkelaar | NWDigital |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
}
} | |