FreshService Ticket Tools

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

What is FreshService Ticket Tools?

FreshService Ticket Tools is a Chrome extension developed by NWDigital, and its main feature is "This plugin has several useful tools for Agents when working with FreshService Tickets.".

Extension Screenshots

screenshot
screenshot

Download FreshService Ticket Tools Extension CRX File

Download FreshService Ticket Tools extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name FreshService Ticket Tools FreshService Ticket Tools
ID inblhlmdngjhhfkakphnephlibabnchf
Official URL https://chromewebstore.google.com/detail/freshservice-ticket-tools/inblhlmdngjhhfkakphnephlibabnchf
Description This plugin has several useful tools for Agents when working with FreshService Tickets.
File Size 10.48 KB
Installation Count 84
Current Version 1.0.6
Last Updated 2023-06-15
Publish Date 2022-05-07
Developer NWDigital
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}