Freshservice Navigation Fix

reverts to previous navigation.

What is Freshservice Navigation Fix?

Freshservice Navigation Fix is a Chrome extension developed by jrtechdev, and its main feature is "reverts to previous navigation.".

Extension Screenshots

screenshot

Download Freshservice Navigation Fix Extension CRX File

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

                        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                    

Extension Basic Information

Name Freshservice Navigation Fix Freshservice Navigation Fix
ID lmleahkihfinkpljhjamphlmgpcikceb
Official URL https://chromewebstore.google.com/detail/freshservice-navigation-f/lmleahkihfinkpljhjamphlmgpcikceb
Description reverts to previous navigation.
File Size 33.27 KB
Installation Count 23
Current Version 1.0.1
Last Updated 2017-06-09
Publish Date 2017-06-09
Rating 5.00/5 Total 1 Ratings
Developer jrtechdev
Payment Type free
Supported Languages 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": [
                ""
            ]
        }
    ]
}