FreshService Ticket Tools

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

¿Qué es FreshService Ticket Tools?

FreshService Ticket Tools es una extensión de Chrome desarrollada por NWDigital, y su función principal es "This plugin has several useful tools for Agents when working with FreshService Tickets.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión FreshService Ticket Tools

Descarga archivos de extensión FreshService Ticket Tools en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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!                    

Información Básica de la Extensión

Nombre FreshService Ticket Tools FreshService Ticket Tools
ID inblhlmdngjhhfkakphnephlibabnchf
URL Oficial https://chromewebstore.google.com/detail/freshservice-ticket-tools/inblhlmdngjhhfkakphnephlibabnchf
Descripción This plugin has several useful tools for Agents when working with FreshService Tickets.
Tamaño del Archivo 10.48 KB
Cantidad de Instalaciones 84
Versión Actual 1.0.6
Última Actualización 2023-06-15
Fecha de Publicación 2022-05-07
Desarrollador NWDigital
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
    }
}