MTurk Suite

An extension that improves the Amazon Mechanical Turk (MTurk) website.

MTurk Suite là gì?

MTurk Suite là một tiện ích mở rộng Chrome được phát triển bởi https://mturksuite.com, và tính năng chính của nó là "An extension that improves the Amazon Mechanical Turk (MTurk) website.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng MTurk Suite

Tải xuống các tệp mở rộng MTurk Suite dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        MTurk Suite is a an extension that brings together a large collection of useful tools to assist workers on Amazon Mechanical Turk.

Privacy Policy: https://github.com/Kadauchi/mturk-suite/blob/master/privacy_policy.md

Omnibar & Context Menus
- Searching MTurk
- Paste MTurk Worker ID
- Contact Requester
- Send to HIT Catcher

MTurk
- Auto Accept Checker
- Block List On MTurk
- Confirm Return HIT
- HIT Exporter
- HIT Details Enhancer
- Pagination Last Page
- Queue Info Enhancer
- Rate Limit Reloader
- Remember Filter
- Requester Reviews
- Workspace Expander

MTurk Suite
- HIT Finder
- HIT Catcher
- HIT Tracker                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên MTurk Suite MTurk Suite
ID iglbakfobmoijpbigmlfklckogbefnlf
URL Chính Thức https://chromewebstore.google.com/detail/mturk-suite/iglbakfobmoijpbigmlfklckogbefnlf
Mô tả An extension that improves the Amazon Mechanical Turk (MTurk) website.
Kích Thước Tệp 6.96 MB
Số Lần Cài Đặt 27,445
Phiên Bản Hiện Tại 3.3.2
Cập Nhật Lần Cuối 2023-03-29
Ngày Phát Hành 2019-07-05
Đánh Giá 3.96/5 Tổng số 127 Đánh Giá
Nhà Phát Triển https://mturksuite.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://mturksuite.com/
URL Trang Trợ Giúp https://github.com/Kadauchi/mturk-suite/blob/master/privacy_policy.md
URL Trang Chính Sách Bảo Mật https://github.com/Kadauchi/mturk-suite/blob/master/privacy_policy.md
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Brandon Hellman",
    "background": {
        "scripts": [
            "background\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_title": "MTurk Suite",
        "default_icon": "@assets\/images\/icon.png"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "scripts\/mturksuite.js"
            ],
            "matches": [
                ""
            ],
            "exclude_matches": [
                "https:\/\/*.mturk.com\/direct_deposit*",
                "https:\/\/*.mturk.com\/payment_schedule*",
                "https:\/\/www.amazon.com\/ap\/signin*"
            ],
            "run_at": "document_start"
        },
        {
            "js": [
                "mturk\/mturk.js"
            ],
            "matches": [
                "https:\/\/*.mturk.com\/*"
            ],
            "exclude_matches": [
                "https:\/\/*.mturk.com\/direct_deposit*",
                "https:\/\/*.mturk.com\/payment_schedule*"
            ],
            "run_at": "document_start"
        },
        {
            "js": [
                "mturk-contact-requester\/mturk-contact-requester.js"
            ],
            "matches": [
                "https:\/\/*.mturk.com\/contact_requester\/hit_type_messages\/new*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "mturk-dashboard\/mturk-dashboard.js"
            ],
            "matches": [
                "https:\/\/*.mturk.com\/dashboard*"
            ],
            "run_at": "document_start"
        },
        {
            "js": [
                "mturk-projects\/mturk-projects.js"
            ],
            "matches": [
                "https:\/\/*.mturk.com\/",
                "https:\/\/*.mturk.com\/?*",
                "https:\/\/*.mturk.com\/projects",
                "https:\/\/*.mturk.com\/projects\/",
                "https:\/\/*.mturk.com\/projects?*",
                "https:\/\/*.mturk.com\/projects\/?*",
                "https:\/\/*.mturk.com\/requesters\/*\/projects*"
            ],
            "run_at": "document_start"
        },
        {
            "js": [
                "mturk-queue\/mturk-queue.js"
            ],
            "matches": [
                "https:\/\/*.mturk.com\/tasks*"
            ],
            "run_at": "document_start"
        },
        {
            "js": [
                "mturk-status-details\/mturk-status-details.js"
            ],
            "matches": [
                "https:\/\/*.mturk.com\/status_details\/*"
            ],
            "run_at": "document_start"
        },
        {
            "js": [
                "mturk-task\/mturk-task.js"
            ],
            "matches": [
                "https:\/\/*.mturk.com\/projects\/*\/tasks*"
            ],
            "run_at": "document_start"
        },
        {
            "js": [
                "mturk-task\/mturk-task-assigned.js"
            ],
            "matches": [
                "https:\/\/*.mturk.com\/projects\/*\/tasks\/*?assignment_id=*"
            ],
            "run_at": "document_start"
        },
        {
            "js": [
                "mturk-task\/mturk-task-requester.js"
            ],
            "matches": [
                "https:\/\/*.mturk.com\/projects\/*\/tasks*"
            ],
            "run_at": "document_start"
        },
        {
            "js": [
                "sidebar\/sidebar.js"
            ],
            "matches": [
                ""
            ],
            "exclude_matches": [
                "https:\/\/*.mturk.com\/direct_deposit*",
                "https:\/\/*.mturk.com\/payment_schedule*",
                "https:\/\/www.amazon.com\/ap\/signin*"
            ],
            "run_at": "document_end"
        },
        {
            "all_frames": true,
            "js": [
                "theme\/theme.js"
            ],
            "matches": [
                ""
            ],
            "exclude_matches": [
                "https:\/\/*.mturk.com\/direct_deposit*",
                "https:\/\/*.mturk.com\/payment_schedule*",
                "https:\/\/www.amazon.com\/ap\/signin*"
            ],
            "run_at": "document_start"
        }
    ],
    "description": "An extension that improves the Amazon Mechanical Turk (MTurk) website.",
    "icons": {
        "16": "@assets\/images\/icon.png",
        "48": "@assets\/images\/icon.png",
        "128": "@assets\/images\/icon.png"
    },
    "manifest_version": 2,
    "name": "MTurk Suite",
    "options_ui": {
        "open_in_tab": true,
        "page": "options\/options.html"
    },
    "permissions": [
        "",
        "activeTab",
        "contextMenus",
        "clipboardWrite",
        "cookies",
        "notifications",
        "storage",
        "tabs",
        "webNavigation",
        "webRequest",
        "webRequestBlocking"
    ],
    "short_name": "MTS",
    "version": "3.3.2",
    "web_accessible_resources": [
        "@assets\/*",
        "@css\/*",
        "sidebar\/pages\/sidebar.html",
        "catcher\/catcher.html",
        "finder\/finder.html",
        "tracker\/tracker.html"
    ]
}