MTurk Pro

A next-gen workflow app for the Amazon Mechanical Turk (MTurk) platform. Boost your earnings, automate the boring stuff!

Τι είναι το MTurk Pro;

Το MTurk Pro είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://mturkpro.com, και η κύρια λειτουργία του είναι "A next-gen workflow app for the Amazon Mechanical Turk (MTurk) platform. Boost your earnings, automate the boring stuff!".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης MTurk Pro

Λήψη αρχείων επέκτασης MTurk Pro σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        ★ Increase your earnings - Reduce time wasted ★

**PREMIUM FEATURES** (https://mturkpro.com/)
★ Automated HIT Collection
★ Advanced Queue Manager
- Free premium for accounts under 1,000 approved

**MAIN FEATURES**
★ Efficient scrapers for finding and collecting tasks.
★ Perform tasks in app.
★ Track your earnings and analyze your progress with a visual timeline
✓ Get ratings and detailed task/client info from MTurk and Turkopticon
✓ Get browser and audio notifications, with pushbullet and join support
✓ Help Guide available in app                    

Βασικές Πληροφορίες Επέκτασης

Όνομα MTurk Pro MTurk Pro
ID cilkkpcbjnmnelgpecpkeaaolgfkegok
Επίσημο URL https://chromewebstore.google.com/detail/mturk-pro/cilkkpcbjnmnelgpecpkeaaolgfkegok
Περιγραφή A next-gen workflow app for the Amazon Mechanical Turk (MTurk) platform. Boost your earnings, automate the boring stuff!
Μέγεθος Αρχείου 2.73 MB
Αριθμός Εγκαταστάσεων 604
Τρέχουσα Έκδοση 1.3.1
Τελευταία Ενημέρωση 2022-09-30
Ημερομηνία Δημοσίευσης 2020-06-15
Αξιολόγηση 3.25/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής https://mturkpro.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής in_app
URL της Σελίδας Πολιτικής Απορρήτου https://mturkpro.com/privacy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "MTurk Pro",
    "version": "1.3.1",
    "description": "A next-gen workflow app for the Amazon Mechanical Turk (MTurk) platform. Boost your earnings, automate the boring stuff!",
    "browser_action": {
        "default_icon": "icons\/logo_48.png",
        "default_title": "MTurk Pro"
    },
    "icons": {
        "48": "icons\/logo_48.png",
        "64": "icons\/logo_64.png",
        "96": "icons\/logo_96.png",
        "128": "icons\/logo_128.png",
        "144": "icons\/logo_144.png",
        "256": "icons\/logo_256.png",
        "512": "icons\/logo_512.png"
    },
    "background": {
        "scripts": [
            "Background.js"
        ]
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "cookies",
        "notifications",
        "webRequest",
        "webRequestBlocking",
        "declarativeNetRequest",
        "tabs",
        "*:\/\/*.mturk.com\/*",
        "*:\/\/*.turkerview.com\/*",
        "*:\/\/*.turkopticon.info\/*",
        "*:\/\/*.turkopticon.ucsd.edu\/*",
        "https:\/\/*.amazon.com\/ap\/signin*",
        "https:\/\/*.mturkpro.com\/*"
    ],
    "web_accessible_resources": [
        "Scripts\/frame.css",
        "Scripts\/hideID.css"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "content_scripts": [
        {
            "js": [
                "Scripts\/MTurkPro.js"
            ],
            "matches": [
                "https:\/\/worker.mturk.com\/*",
                "https:\/\/www.amazon.com\/ap\/signin*"
            ],
            "exclude_matches": [
                "*:\/\/*.mturk.com\/direct_deposit*",
                "*:\/\/*.mturk.com\/payment_schedule*"
            ],
            "all_frames": true,
            "run_at": "document_start"
        },
        {
            "js": [
                "Scripts\/BatchFilter.js"
            ],
            "matches": [
                "https:\/\/worker.mturk.com\/filter?pp_filter*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "Scripts\/BatchFrame.js"
            ],
            "css": [
                "Scripts\/pandapower.css"
            ],
            "matches": [
                ""
            ],
            "all_frames": true,
            "run_at": "document_end"
        }
    ]
}