EWOQ Tool

A powerful tool for EWOQ raters

What is EWOQ Tool?

EWOQ Tool is a Chrome extension developed by Lucas Do, and its main feature is "A powerful tool for EWOQ raters".

Extension Screenshots

screenshot

Download EWOQ Tool Extension CRX File

Download EWOQ Tool extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        /* FEATURES */
1. Notify to user when there are any available task by sending message to Telegram
2. Support start tasks automatically
3. Support submit tasks automatically with a timer can configurable
4. Support refresh homepage to get more jobs faster
5. Count the total working tasks, working time, calculate the productivity
6. Show the summary of the working task (number of tasks / task type)

/* IMPORTANT */
You need to contact me to get the trial account or subscribe a monthly paid account.
Contact via facebook: https://fb.com/dn.dong10
Email: [email protected]                    

Extension Basic Information

Name EWOQ Tool EWOQ Tool
ID mkkpnfgkgemgogfjdjecoligldodncie
Official URL https://chromewebstore.google.com/detail/ewoq-tool/mkkpnfgkgemgogfjdjecoligldodncie
Description A powerful tool for EWOQ raters
File Size 377 KB
Installation Count 605
Current Version 0.0.3
Last Updated 2023-09-15
Publish Date 2023-09-10
Rating 4.17/5 Total 6 Ratings
Developer Lucas Do
Email [email protected]
Payment Type in_app
Extension Website https://fb.com/dn.dong10
Help Page URL https://www.youtube.com/@onhuong8009
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "EWOQ Tool",
    "description": "A powerful tool for EWOQ raters",
    "version": "0.0.3",
    "manifest_version": 3,
    "author": "lucasdo",
    "icons": {
        "16": "\/icons\/icon-16x16.png",
        "24": "\/icons\/icon-24x24.png",
        "32": "\/icons\/icon-32x32.png",
        "48": "\/icons\/icon-48x48.png",
        "64": "\/icons\/icon-64x64.png",
        "128": "\/icons\/icon-128x128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.rating.ewoq.google.com\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "\/scripts\/content-script.js"
            ]
        }
    ],
    "background": {
        "service_worker": "\/service-worker.js",
        "type": "module"
    },
    "action": {
        "default_popup": "\/popup\/popup.html",
        "default_icon": {
            "16": "\/icons\/icon-16x16.png",
            "24": "\/icons\/icon-24x24.png",
            "32": "\/icons\/icon-32x32.png",
            "48": "\/icons\/icon-48x48.png",
            "64": "\/icons\/icon-64x64.png",
            "128": "\/icons\/icon-128x128.png"
        }
    },
    "options_page": "\/options\/options.html",
    "permissions": [
        "storage",
        "notifications"
    ],
    "host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "scripts\/*",
                "utils\/*"
            ],
            "matches": [
                "*:\/\/*.rating.ewoq.google.com\/*"
            ],
            "use_dynamic_url": true
        }
    ]
}