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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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