ART_OTC

Boost your productivity on work platform with the Productivity Tracker Chrome extension. This powerful tool enhances your…

ART_OTC क्या है?

ART_OTC trackoo.tse द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Boost your productivity on work platform with the Productivity Tracker Chrome extension. This powerful tool enhances your…"।

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

screenshot

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

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

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

                        Boost your productivity on  work  platform with the Productivity Tracker Chrome extension. This powerful tool enhances your workflow by helping you monitor and manage your time effectively. Whether you're a customer service agent or a case manager, this extension is designed to streamline your tasks and provide valuable insights into your work.

Key Features:
1. **Case Timer:** Keep track of the time spent on each case or task, ensuring you can efficiently manage your workload and meet your targets.

2. **Performance Metrics:** Access real-time metrics and statistics to gauge your productivity, including deficit tracking and performance indicators.

3. **User Login Integration:** Seamlessly integrate your user login data, so you're always connected and informed about your account.

4. **Automatic Data Logging:** The extension automatically records your start and end times for cases, making it easy to analyze your work patterns.

5. **Queue and Case ID Tracking:** Identify the queue you're working on and associate each case with its unique ID for accurate record-keeping.

6. **Effortless Data Sharing:** Share your work data with an integrated backend, allowing for further analysis and performance optimization.

With the Productivity Tracker extension, you can work more efficiently, meet your targets, and achieve greater success on the platform. Start improving your productivity today!                    

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

नाम ART_OTC ART_OTC
ID oaabpcecllhhjihboamchncmagbmdlbf
आधिकारिक URL https://chromewebstore.google.com/detail/artotc/oaabpcecllhhjihboamchncmagbmdlbf
विवरण Boost your productivity on work platform with the Productivity Tracker Chrome extension. This powerful tool enhances your…
फ़ाइल का आकार 50.75 KB
स्थापना संख्या 669
वर्तमान संस्करण 2.5.2
अंतिम अपडेट 2024-01-31
प्रकाशन तिथि 2023-09-20
डेवलपर trackoo.tse
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ART_OTC",
    "version": "2.5.2",
    "permissions": [
        "storage",
        "scripting",
        "tabs"
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "host_permissions": [
        "https:\/\/paragon-na.amazon.com\/*",
        "https:\/\/paragon-eu.amazon.com\/*",
        "https:\/\/paragon-fe.amazon.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/paragon-na.amazon.com\/*",
                "https:\/\/paragon-eu.amazon.com\/*",
                "https:\/\/paragon-fe.amazon.com\/*"
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ]
}