FreshService Ticket Tools

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

什么是FreshService Ticket Tools?

FreshService Ticket Tools是由NWDigital开发的Chrome扩展程序,该扩展的主要功能是“This plugin has several useful tools for Agents when working with FreshService Tickets.”。

扩展截图

screenshot
screenshot

下载FreshService Ticket Tools扩展crx文件

下载FreshService Ticket Tools扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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!                    

扩展基本信息

名称 FreshService Ticket Tools FreshService Ticket Tools
ID inblhlmdngjhhfkakphnephlibabnchf
官方URL https://chromewebstore.google.com/detail/freshservice-ticket-tools/inblhlmdngjhhfkakphnephlibabnchf
简介 This plugin has several useful tools for Agents when working with FreshService Tickets.
文件大小 10.48 KB
安装次数 84
当前版本 1.0.6
更新时间 2023-06-15
上架时间 2022-05-07
开发者 NWDigital
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
    }
}