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은(는) sat2727에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get notifications when tasks are available in EWOQ. Keep track of your work hours and submitted tasks with detailed reports."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

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

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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\/*"
            ]
        }
    ]
}