Freshservice Navigation Fix

reverts to previous navigation.

Freshservice Navigation Fix là gì?

Freshservice Navigation Fix là một tiện ích mở rộng Chrome được phát triển bởi jrtechdev, và tính năng chính của nó là "reverts to previous navigation.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Freshservice Navigation Fix

Tải xuống các tệp mở rộng Freshservice Navigation Fix dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Freshservice Navigation Fix Freshservice Navigation Fix
ID lmleahkihfinkpljhjamphlmgpcikceb
URL Chính Thức https://chromewebstore.google.com/detail/freshservice-navigation-f/lmleahkihfinkpljhjamphlmgpcikceb
Mô tả reverts to previous navigation.
Kích Thước Tệp 33.27 KB
Số Lần Cài Đặt 23
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2017-06-09
Ngày Phát Hành 2017-06-09
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển jrtechdev
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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": [
                ""
            ]
        }
    ]
}