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
Eメール [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"
    }
}