FreshService Ticket Tools

This plugin has several useful tools for Agents when working with FreshService Tickets.

Qu'est-ce que FreshService Ticket Tools ?

FreshService Ticket Tools est une extension Chrome développée par NWDigital, et sa fonction principale est "This plugin has several useful tools for Agents when working with FreshService Tickets.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension FreshService Ticket Tools

Téléchargez les fichiers d'extension FreshService Ticket Tools au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom FreshService Ticket Tools FreshService Ticket Tools
ID inblhlmdngjhhfkakphnephlibabnchf
URL Officiel https://chromewebstore.google.com/detail/freshservice-ticket-tools/inblhlmdngjhhfkakphnephlibabnchf
Description This plugin has several useful tools for Agents when working with FreshService Tickets.
Taille du Fichier 10.48 KB
Nombre d'Installations 84
Version Actuelle 1.0.6
Dernière Mise à Jour 2023-06-15
Date de Publication 2022-05-07
Développeur NWDigital
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}