FreshService Usability Upgrader

This extension provides extra functionality to the freshservice support pages.

What is FreshService Usability Upgrader?

FreshService Usability Upgrader is a Chrome extension developed by josh.doades, and its main feature is "This extension provides extra functionality to the freshservice support pages.".

Extension Screenshots

screenshot

Download FreshService Usability Upgrader Extension CRX File

Download FreshService Usability Upgrader extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name FreshService Usability Upgrader FreshService Usability Upgrader
ID balaaohckebjfjbhblhpeopfcmapaiod
Official URL https://chromewebstore.google.com/detail/freshservice-usability-up/balaaohckebjfjbhblhpeopfcmapaiod
Description This extension provides extra functionality to the freshservice support pages.
File Size 29.49 KB
Installation Count 60
Current Version 0.2
Last Updated 2020-08-11
Publish Date 2020-05-21
Rating 4.50/5 Total 2 Ratings
Developer josh.doades
Email [email protected]
Payment Type free
Extension Website https://github.com/jashdoadeless/FreshServiceUsabilityUpgrader
Help Page URL https://github.com/jashdoadeless/FreshServiceUsabilityUpgrader/issues
Supported Languages 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"
            ]
        }
    ]
}