FreshService Ticket Tools

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

FreshService Ticket Tools क्या है?

FreshService Ticket Tools NWDigital द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This plugin has several useful tools for Agents when working with FreshService Tickets."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में FreshService Ticket Tools एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    }
}