FreshService Ticket Tools

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

O que é FreshService Ticket Tools?

FreshService Ticket Tools é uma extensão do Chrome desenvolvida por NWDigital, e sua principal característica é "This plugin has several useful tools for Agents when working with FreshService Tickets.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão FreshService Ticket Tools

Baixe arquivos de extensão FreshService Ticket Tools no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome FreshService Ticket Tools FreshService Ticket Tools
ID inblhlmdngjhhfkakphnephlibabnchf
URL Oficial https://chromewebstore.google.com/detail/freshservice-ticket-tools/inblhlmdngjhhfkakphnephlibabnchf
Descrição This plugin has several useful tools for Agents when working with FreshService Tickets.
Tamanho do Arquivo 10.48 KB
Contagem de Instalações 84
Versão Atual 1.0.6
Última Atualização 2023-06-15
Data de Publicação 2022-05-07
Desenvolvedor NWDigital
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}