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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة 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"
            ]
        }
    ]
}