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
公式URL 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": [
                ""
            ]
        }
    ]
}