Freshservice Navigation Fix

reverts to previous navigation.

Wat is Freshservice Navigation Fix?

Freshservice Navigation Fix is een Chrome-extensie ontwikkeld door jrtechdev, en de belangrijkste functie is "reverts to previous navigation.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Freshservice Navigation Fix

Download Freshservice Navigation Fix-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

                        Reverts Freshservice navigation to old, no-dropdown, view.

If you like this extension and want to support the development of more just like this one, please feel free to donate via Venmo to @jrtechdev                    

Basisinformatie over de Extensie

Naam Freshservice Navigation Fix Freshservice Navigation Fix
ID lmleahkihfinkpljhjamphlmgpcikceb
Officiële URL https://chromewebstore.google.com/detail/freshservice-navigation-f/lmleahkihfinkpljhjamphlmgpcikceb
Beschrijving reverts to previous navigation.
Bestandsgrootte 33.27 KB
Aantal Installaties 23
Huidige Versie 1.0.1
Laatst Bijgewerkt 2017-06-09
Publicatiedatum 2017-06-09
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar jrtechdev
Betalingswijze free
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Freshservice Navigation Fix",
    "version": "1.0.1",
    "description": "reverts to previous navigation.",
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "js": [
                "jquery-3.2.1.min.js",
                "scripts.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}