Freshservice Navigation Fix

reverts to previous navigation.

Cos'è Freshservice Navigation Fix?

Freshservice Navigation Fix è un'estensione di Chrome sviluppata da jrtechdev, e la sua funzione principale è "reverts to previous navigation.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Freshservice Navigation Fix

Scarica i file di estensione Freshservice Navigation Fix in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Freshservice Navigation Fix Freshservice Navigation Fix
ID lmleahkihfinkpljhjamphlmgpcikceb
URL Ufficiale https://chromewebstore.google.com/detail/freshservice-navigation-f/lmleahkihfinkpljhjamphlmgpcikceb
Descrizione reverts to previous navigation.
Dimensione del File 33.27 KB
Conteggio Installazioni 23
Versione Corrente 1.0.1
Ultimo Aggiornamento 2017-06-09
Data di Pubblicazione 2017-06-09
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore jrtechdev
Tipo di Pagamento free
Lingue Supportate 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": [
                ""
            ]
        }
    ]
}