FreshService Ticket Tools
This plugin has several useful tools for Agents when working with FreshService Tickets.
Vad är FreshService Ticket Tools?
FreshService Ticket Tools är en Chrome-tillägg utvecklad av NWDigital, och dess huvudfunktion är "This plugin has several useful tools for Agents when working with FreshService Tickets.".
Tilläggsskärmbilder
Ladda ner FreshService Ticket Tools-förlängningens CRX-fil
Ladda ner FreshService Ticket Tools-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
| Namn | |
| ID | inblhlmdngjhhfkakphnephlibabnchf |
| Officiell webbadress | https://chromewebstore.google.com/detail/freshservice-ticket-tools/inblhlmdngjhhfkakphnephlibabnchf |
| Beskrivning | This plugin has several useful tools for Agents when working with FreshService Tickets. |
| Filstorlek | 10.48 KB |
| Antal Installationer | 84 |
| Aktuell Version | 1.0.6 |
| Senast Uppdaterad | 2023-06-15 |
| Publiceringsdatum | 2022-05-07 |
| Utvecklare | NWDigital |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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"
}
} | |