FreshService Ticket Tools

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

Co je FreshService Ticket Tools?

FreshService Ticket Tools je rozšíření Chrome vyvinuté NWDigital, a jeho hlavní funkcí je „This plugin has several useful tools for Agents when working with FreshService Tickets.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření FreshService Ticket Tools

Stáhněte si soubory rozšíření FreshService Ticket Tools ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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!                    

Základní Informace o Rozšíření

Název FreshService Ticket Tools FreshService Ticket Tools
ID inblhlmdngjhhfkakphnephlibabnchf
Oficiální URL https://chromewebstore.google.com/detail/freshservice-ticket-tools/inblhlmdngjhhfkakphnephlibabnchf
Popis This plugin has several useful tools for Agents when working with FreshService Tickets.
Velikost souboru 10.48 KB
Počet instalací 84
Aktuální Verze 1.0.6
Poslední Aktualizace 2023-06-15
Datum Vydání 2022-05-07
Vývojář NWDigital
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    }
}