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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}