AQR Assistant
Get notifications when tasks are available in EWOQ. Keep track of your work hours and submitted tasks with detailed reports.
AQR Assistantคืออะไร?
AQR Assistant เป็นส่วนขยายของ Chrome ที่พัฒนาโดย sat2727 และคุณลักษณะหลักของมันคือ "Get notifications when tasks are available in EWOQ. Keep track of your work hours and submitted tasks with detailed reports."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AQR Assistant
ดาวน์โหลดไฟล์ส่วนขยาย AQR Assistant ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
The extension is a very helpful tool for EWOQ raters that allows you to streamline your work and optimize your earnings. Features: - Get Telegram and browser notifications when tasks become available in EWOQ - The extension keeps track of your submitted tasks and worked time automatically without you having to start any timers or click any buttons. - Concise daily and weekly work reports to quickly learn the number of submitted tasks, time worked, average speed, and potential earnings. - Detailed reports categorized by each task type and filterable by date. This is a great asset to get in-depth info about your work performance and calculate and optimize your earnings. - Worksheets displaying a breakdown of hours worked per day over the specified date range. - Ability to filter the detailed report by timezone (local/PST/UTC) so you can submit invoices more easily according to your vendor's requirements. - Very customizable extension settings that allow you to set the refresh rate and opt in and out of notifications.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | AQR Assistant |
ID | eebefolnlekgkfocemnhndileknophib |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/aqr-assistant/eebefolnlekgkfocemnhndileknophib |
คำอธิบาย | Get notifications when tasks are available in EWOQ. Keep track of your work hours and submitted tasks with detailed reports. |
ขนาดไฟล์ | 1.87 MB |
จำนวนการติดตั้ง | 274 |
เวอร์ชันปัจจุบัน | 1.0.13 |
อัปเดตครั้งล่าสุด | 2024-03-01 |
วันที่เผยแพร่ | 2023-11-01 |
คะแนน | 4.55/5 รวมทั้งหมด 11 คะแนน |
ผู้พัฒนา | sat2727 |
อีเมล | [email protected] |
ประเภทการชำระเงิน | in_app |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "AQR Assistant", "version": "1.0.13", "description": "Get notifications when tasks are available in EWOQ. Keep track of your work hours and submitted tasks with detailed reports.", "permissions": [ "tabs", "storage" ], "action": { "default_popup": "popups\/default_popup\/default_popup.html" }, "icons": { "16": "images\/icons\/bw-icon-16.png", "32": "images\/icons\/bw-icon-32.png", "48": "images\/icons\/color-icon-48.png", "128": "images\/icons\/color-icon-128.png" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "js": [ "content_scripts\/content.js" ], "matches": [ "https:\/\/rating.ewoq.google.com\/*" ] } ] } |