FreshService Ticket Tools

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

FreshService Ticket Toolsคืออะไร?

FreshService Ticket Tools เป็นส่วนขยายของ Chrome ที่พัฒนาโดย NWDigital และคุณลักษณะหลักของมันคือ "This plugin has several useful tools for Agents when working with FreshService Tickets."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย FreshService Ticket Tools

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}