FreshService Usability Upgrader

This extension provides extra functionality to the freshservice support pages.

Wat is FreshService Usability Upgrader?

FreshService Usability Upgrader is een Chrome-extensie ontwikkeld door josh.doades, en de belangrijkste functie is "This extension provides extra functionality to the freshservice support pages.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie FreshService Usability Upgrader

Download FreshService Usability Upgrader-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam FreshService Usability Upgrader FreshService Usability Upgrader
ID balaaohckebjfjbhblhpeopfcmapaiod
Officiële URL https://chromewebstore.google.com/detail/freshservice-usability-up/balaaohckebjfjbhblhpeopfcmapaiod
Beschrijving This extension provides extra functionality to the freshservice support pages.
Bestandsgrootte 29.49 KB
Aantal Installaties 60
Huidige Versie 0.2
Laatst Bijgewerkt 2020-08-11
Publicatiedatum 2020-05-21
Beoordeling 4.50/5 Totaal 2 Beoordelingen
Ontwikkelaar josh.doades
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/jashdoadeless/FreshServiceUsabilityUpgrader
Help Pagina-URL https://github.com/jashdoadeless/FreshServiceUsabilityUpgrader/issues
Ondersteunde Talen 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"
            ]
        }
    ]
}