ConnectWise Service Ticket Tab Updater

Sets the Service Ticket number and title as the name of the ticket tab!

ما هو ConnectWise Service Ticket Tab Updater؟

ConnectWise Service Ticket Tab Updater هو إضافة Chrome تم تطويرها بواسطة jaimebarriga.com، والميزة الرئيسية لها هي "Sets the Service Ticket number and title as the name of the ticket tab!".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة ConnectWise Service Ticket Tab Updater

قم بتنزيل ملفات الامتداد ConnectWise Service Ticket Tab Updater بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Working in the Service Board is crazy difficult when you have a bunch of service tickets open as separate tabs, because all of them are just named "Service Ticket."  Why don't they just display the ticket number/title as the name of the tab?!  It truly boggles the mind.

This extension fixes that.

Once the page finishes loading (which may take forever because it's ConnectWise), just move your mouse anywhere on the page and it will set the name of the tab as the Ticket number and Ticket title.

Also if this extension is going to save you as much time as it is going to save me, I promise the time you get back will be well worth the money you spent on this extension.

Which is free right now (get in while you can!).                    

معلومات أساسية عن التمديد

الاسم ConnectWise Service Ticket Tab Updater ConnectWise Service Ticket Tab Updater
ID noapiahhhhccobnbmaajnmadmjjaeadg
عنوان URL الرسمي https://chromewebstore.google.com/detail/connectwise-service-ticke/noapiahhhhccobnbmaajnmadmjjaeadg
الوصف Sets the Service Ticket number and title as the name of the ticket tab!
حجم الملف 5.26 KB
عدد التثبيتات 641
النسخة الحالية 1.01
آخر تحديث 2019-07-20
تاريخ النشر 2019-07-19
تقييم 3.67/5 مجموع تقييمات 9
المطور jaimebarriga.com
نوع الدفع free
موقع الإضافة http://jaimebarriga.com/
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ConnectWise Service Ticket Tab Updater",
    "description": "Sets the Service Ticket number and title as the name of the ticket tab!",
    "version": "1.01",
    "author": "Jaime Barriga",
    "icons": {
        "16": "cnorth16.png",
        "48": "cnorth48.png",
        "128": "cnorth128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.myconnectwise.net\/*"
            ],
            "js": [
                "connectwisetickettitletag.js"
            ],
            "run_at": "document_end"
        }
    ]
}