FreshService Ticket Tools
This plugin has several useful tools for Agents when working with FreshService Tickets.
Hvad er FreshService Ticket Tools?
FreshService Ticket Tools er en Chrome-udvidelse udviklet af NWDigital, og dens hovedfunktion er "This plugin has several useful tools for Agents when working with FreshService Tickets.".
Udvidelsesskærmbilleder
Download FreshService Ticket Tools-udvidelses-CRX-fil
Download FreshService Ticket Tools-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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! Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | inblhlmdngjhhfkakphnephlibabnchf |
| Officiel URL | https://chromewebstore.google.com/detail/freshservice-ticket-tools/inblhlmdngjhhfkakphnephlibabnchf |
| Beskrivelse | This plugin has several useful tools for Agents when working with FreshService Tickets. |
| Filstørrelse | 10.48 KB |
| Antal Installationer | 84 |
| Nuværende Version | 1.0.6 |
| Senest Opdateret | 2023-06-15 |
| Udgivelsesdato | 2022-05-07 |
| Udvikler | NWDigital |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | 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"
}
} | |