Freshservice Navigation Fix

reverts to previous navigation.

Freshservice Navigation Fixคืออะไร?

Freshservice Navigation Fix เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jrtechdev และคุณลักษณะหลักของมันคือ "reverts to previous navigation."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Freshservice Navigation Fix

ดาวน์โหลดไฟล์ส่วนขยาย 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": [
                ""
            ]
        }
    ]
}