Autotask Highlighter

Highlights the time in the work list a different colour depending on the elapsed time

Autotask Highlighter क्या है?

Autotask Highlighter https://intuitiveit.com.au द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Highlights the time in the work list a different colour depending on the elapsed time"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Autotask Highlighter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        A productivity tool for Autotask users. Want to make sure you're not spending to much time on a ticket? Use this extension to help you. It will highlight the time in your Autotask worklist. It will be green if the stop watch is less than 15 mins, orange for between 15 and 45 mins and red thereafter. If those times don't work for you, you can now customise it! Know when it's time to ask for help!

** New in version 1.5 **
The ability to customise the number of minutes the timer goes orange and red. Select the Options of the extension to personalise your times.

** New in version 1.4 **
Ticket Worklist has had an update. Tickets that are "In Progress" or "Customer Note Added" have that text highlighted in orange. This should help technicians quickly decide which tickets to address next.

Please note: You need to add the column "Status" to your Work list. Click the cog at the bottom of your worklist to launch the Ticket Work List Settings and ensure "Status" is in the "Selected Data" column. 

** New in version 1.3 **
The timer inside the Task or Ticket view has also received the highlighted treatment. It follows the same rules as the Worklist timers.                    

एक्सटेंशन की मूल जानकारी

नाम Autotask Highlighter Autotask Highlighter
ID kogjgiaoijajffmjcbkkbocpohkeneeg
आधिकारिक URL https://chromewebstore.google.com/detail/autotask-highlighter/kogjgiaoijajffmjcbkkbocpohkeneeg
विवरण Highlights the time in the work list a different colour depending on the elapsed time
फ़ाइल का आकार 13.46 KB
स्थापना संख्या 52
वर्तमान संस्करण 1.5
अंतिम अपडेट 2023-02-17
प्रकाशन तिथि 2021-06-21
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर https://intuitiveit.com.au
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Autotask Highlighter",
    "version": "1.5",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "description": "Highlights the time in the work list a different colour depending on the elapsed time",
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "*:\/\/*.autotask.net\/*"
            ]
        }
    ],
    "permissions": [
        "storage",
        "declarativeContent"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "images\/logo16.png",
        "32": "images\/logo32.png",
        "48": "images\/logo64.png",
        "128": "images\/logo128.png"
    },
    "manifest_version": 3
}