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
官方網址 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"
    }
}