FreshService Ticket Tools

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

Apa itu FreshService Ticket Tools?

FreshService Ticket Tools adalah ekstensi Chrome yang dikembangkan oleh NWDigital, dan fitur utamanya adalah "This plugin has several useful tools for Agents when working with FreshService Tickets.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi FreshService Ticket Tools

Unduh file ekstensi FreshService Ticket Tools dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama FreshService Ticket Tools FreshService Ticket Tools
ID inblhlmdngjhhfkakphnephlibabnchf
URL Resmi https://chromewebstore.google.com/detail/freshservice-ticket-tools/inblhlmdngjhhfkakphnephlibabnchf
Deskripsi This plugin has several useful tools for Agents when working with FreshService Tickets.
Ukuran File 10.48 KB
Jumlah Instalasi 84
Versi Saat Ini 1.0.6
Terakhir Diperbarui 2023-06-15
Tanggal Publikasi 2022-05-07
Pengembang NWDigital
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}