ART_OTC
Boost your productivity on work platform with the Productivity Tracker Chrome extension. This powerful tool enhances your…
ما هو ART_OTC؟
ART_OTC هو إضافة Chrome تم تطويرها بواسطة trackoo.tse، والميزة الرئيسية لها هي "Boost your productivity on work platform with the Productivity Tracker Chrome extension. This powerful tool enhances your…".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة ART_OTC
قم بتنزيل ملفات الامتداد ART_OTC بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
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" ] } ] } |