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是由jaimebarriga.com開發的Chrome擴展程式,該擴展的主要功能是“Sets the Service Ticket number and title as the name of the ticket tab!”。

擴展截圖

screenshot

下載ConnectWise Service Ticket Tab Updater擴展crx文件

下載ConnectWise Service Ticket Tab Updater擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
        }
    ]
}