Freshservice Navigation Fix

reverts to previous navigation.

什麼是Freshservice Navigation Fix?

Freshservice Navigation Fix是由jrtechdev開發的Chrome擴展程式,該擴展的主要功能是“reverts to previous navigation.”。

擴展截圖

screenshot

下載Freshservice Navigation Fix擴展crx文件

下載Freshservice Navigation Fix擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 Freshservice Navigation Fix Freshservice Navigation Fix
ID lmleahkihfinkpljhjamphlmgpcikceb
官方網址 https://chromewebstore.google.com/detail/freshservice-navigation-f/lmleahkihfinkpljhjamphlmgpcikceb
簡介 reverts to previous navigation.
檔案大小 33.27 KB
安裝次數 23
目前版本 1.0.1
更新時間 2017-06-09
上架時間 2017-06-09
評分 5.00/5 共 1 次評分
開發者 jrtechdev
付費類型 free
支援的語言 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": [
                ""
            ]
        }
    ]
}