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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
        }
    ]
}