FreshService Usability Upgrader

This extension provides extra functionality to the freshservice support pages.

FreshService Usability Upgrader क्या है?

FreshService Usability Upgrader josh.doades द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension provides extra functionality to the freshservice support pages."।

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

screenshot

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

crx प्रारूप में FreshService Usability Upgrader एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        This extension provides extra functionality to the freshservice support pages. Tickets will now be highlighted across the whole row. And the tickets page will now auto refresh! See the code & updates here https://github.com/jashdoadeless/FreshServiceUsabilityUpgrader                    

एक्सटेंशन की मूल जानकारी

नाम FreshService Usability Upgrader FreshService Usability Upgrader
ID balaaohckebjfjbhblhpeopfcmapaiod
आधिकारिक URL https://chromewebstore.google.com/detail/freshservice-usability-up/balaaohckebjfjbhblhpeopfcmapaiod
विवरण This extension provides extra functionality to the freshservice support pages.
फ़ाइल का आकार 29.49 KB
स्थापना संख्या 60
वर्तमान संस्करण 0.2
अंतिम अपडेट 2020-08-11
प्रकाशन तिथि 2020-05-21
रेटिंग 4.50/5 कुल 2 रेटिंग्स
डेवलपर josh.doades
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/jashdoadeless/FreshServiceUsabilityUpgrader
सहायता पृष्ठ URL https://github.com/jashdoadeless/FreshServiceUsabilityUpgrader/issues
समर्थित भाषाएँ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FreshService Usability Upgrader",
    "version": "0.2",
    "description": "This extension provides extra functionality to the freshservice support pages.",
    "manifest_version": 2,
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.freshservice.com\/*"
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ]
}