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!".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης ConnectWise Service Ticket Tab Updater
Λήψη αρχείων επέκτασης 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 |
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" } ] } |