FreshService Usability Upgrader

This extension provides extra functionality to the freshservice support pages.

FreshService Usability Upgraderคืออะไร?

FreshService Usability Upgrader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย josh.doades และคุณลักษณะหลักของมันคือ "This extension provides extra functionality to the freshservice support pages."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย FreshService Usability Upgrader

ดาวน์โหลดไฟล์ส่วนขยาย FreshService Usability Upgrader ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This extension provides extra functionality to the freshservice support pages. Tickets will now be highlighted across the whole row. And the tickets page will now auto refresh! See the code & updates here https://github.com/jashdoadeless/FreshServiceUsabilityUpgrader                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ FreshService Usability Upgrader FreshService Usability Upgrader
ID balaaohckebjfjbhblhpeopfcmapaiod
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/freshservice-usability-up/balaaohckebjfjbhblhpeopfcmapaiod
คำอธิบาย This extension provides extra functionality to the freshservice support pages.
ขนาดไฟล์ 29.49 KB
จำนวนการติดตั้ง 60
เวอร์ชันปัจจุบัน 0.2
อัปเดตครั้งล่าสุด 2020-08-11
วันที่เผยแพร่ 2020-05-21
คะแนน 4.50/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา josh.doades
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/jashdoadeless/FreshServiceUsabilityUpgrader
URL หน้าช่วยเหลือ https://github.com/jashdoadeless/FreshServiceUsabilityUpgrader/issues
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FreshService Usability Upgrader",
    "version": "0.2",
    "description": "This extension provides extra functionality to the freshservice support pages.",
    "manifest_version": 2,
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.freshservice.com\/*"
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ]
}