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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Boost your productivity on work platform with the Productivity Tracker Chrome extension. This powerful tool enhances your…"입니다.

확장 프로그램 스크린샷

screenshot

ART_OTC 확장 프로그램 CRX 파일 다운로드

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