ConnectWise Service Ticket Tab Updater

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

O que é ConnectWise Service Ticket Tab Updater?

ConnectWise Service Ticket Tab Updater é uma extensão do Chrome desenvolvida por jaimebarriga.com, e sua principal característica é "Sets the Service Ticket number and title as the name of the ticket tab!".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão ConnectWise Service Ticket Tab Updater

Baixe arquivos de extensão ConnectWise Service Ticket Tab Updater no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!).                    

Informações Básicas da Extensão

Nome ConnectWise Service Ticket Tab Updater ConnectWise Service Ticket Tab Updater
ID noapiahhhhccobnbmaajnmadmjjaeadg
URL Oficial https://chromewebstore.google.com/detail/connectwise-service-ticke/noapiahhhhccobnbmaajnmadmjjaeadg
Descrição Sets the Service Ticket number and title as the name of the ticket tab!
Tamanho do Arquivo 5.26 KB
Contagem de Instalações 641
Versão Atual 1.01
Última Atualização 2019-07-20
Data de Publicação 2019-07-19
Classificação 3.67/5 Total de 9 Avaliações
Desenvolvedor jaimebarriga.com
Tipo de Pagamento free
Site da Extensão http://jaimebarriga.com/
Idiomas Suportados 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"
        }
    ]
}