Turk Guru | For MTurk
Increase your MTurk earnings by automating HIT acceptance based on your preferences and using Machine Learning.
Turk Guru | For MTurk क्या है?
Turk Guru | For MTurk https://turk-guru.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Increase your MTurk earnings by automating HIT acceptance based on your preferences and using Machine Learning."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Turk Guru | For MTurk एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
For Amazon Mechanical Turk(MTurk) workers, this browser extension helps workers increase their earnings by automatically accepting new tasks based on their pre-set preferences as soon as they are posted and provides features to enhance efficiency. ★ Accept tasks based on your liked and disliked tasks history. ★ Accept tasks that have favorite keywords. ★ Block tasks that contain blocked keywords. ★ Accept tasks only from favorite requesters. ★ Filter tasks based on requester hourly wage, activity level, approval rate. ★ Return tasks automatically when away from the desktop. ★ View HITs queue, new qualifications easily on every MTurk page. ★ Reactions by workers for HITs and requesters. This tool reduces the time workers spend searching for tasks and helps the user get high-paying tasks, resulting in higher earnings and increased efficiency. For any questions, comments, or suggestions, contact [email protected]. Privacy Policy – https://www.turk-guru.com/privacy-policy Terms & conditions - https://www.turk-guru.com/terms-conditions The beta version can be found here: https://chrome.google.com/webstore/detail/turking-guru-beta/bcoojbcnbhappkcapafhmmldpnoemooc
एक्सटेंशन की मूल जानकारी
नाम | Turk Guru | For MTurk |
ID | kgejhghjgpndnehjgldgaknbiadbjoom |
आधिकारिक URL | https://chromewebstore.google.com/detail/turk-guru-for-mturk/kgejhghjgpndnehjgldgaknbiadbjoom |
विवरण | Increase your MTurk earnings by automating HIT acceptance based on your preferences and using Machine Learning. |
फ़ाइल का आकार | 1.74 MB |
स्थापना संख्या | 3,200 |
वर्तमान संस्करण | 2.0.41 |
अंतिम अपडेट | 2023-05-04 |
प्रकाशन तिथि | 2020-01-31 |
रेटिंग | 3.61/5 कुल 76 रेटिंग्स |
डेवलपर | https://turk-guru.com |
ईमेल | [email protected] |
भुगतान के प्रकार | in_app |
एक्सटेंशन वेबसाइट | https://turk-guru.com |
सहायता पृष्ठ URL | https://turk-guru.com |
गोपनीयता नीति पृष्ठ URL | https://www.turk-guru.com/privacy-policy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Turk Guru | For MTurk", "version": "2.0.41", "description": "Increase your MTurk earnings by automating HIT acceptance based on your preferences and using Machine Learning.", "manifest_version": 2, "permissions": [ "declarativeContent", "storage", "contextMenus", "tabs", "notifications", "webRequest", "unlimitedStorage", "https:\/\/worker.mturk.com\/*" ], "optional_permissions": [], "content_scripts": [ { "matches": [ "https:\/\/worker.mturk.com\/*" ], "run_at": "document_end", "css": [ "styles\/material-components-web.min.css", "styles\/icon.css", "styles\/foreground.css", "styles\/enjoyhint.css" ], "js": [ "libs\/jquery.js", "libs\/jquery.scrollTo.js", "libs\/kinetic.js", "libs\/enjoyhint.js", "foreground.js" ] } ], "web_accessible_resources": [ "styles\/*.css", "audios\/ding.wav", "html\/*.html", "libs\/*.js" ], "page_action": { "default_popup": "html\/popup.html", "default_icon": { "16": "images\/guru_16.png", "32": "images\/guru_32.png", "48": "images\/guru_48.png", "64": "images\/guru_64.png", "128": "images\/guru_128.png" } }, "background": { "page": "html\/background.html", "persistent": true }, "icons": { "16": "images\/guru_16.png", "32": "images\/guru_32.png", "48": "images\/guru_48.png", "64": "images\/guru_64.png", "128": "images\/guru_128.png" }, "commands": { "re-login": { "suggested_key": { "default": "Alt+L" }, "description": "Login Again" }, "_execute_page_action": { "suggested_key": { "default": "Alt+P" }, "description": "Toggle Pop-up" } }, "content_security_policy": "script-src 'self' https:\/\/*.firebaseio.com; object-src 'self'", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAuTTNxjXKkoy9zrVn62JpZjX1SW0FNAKdUEs6oIi11mulmV+F1Ag0MQgGJH3shJRmGG1H3jrhn3VOywagpF\/aikXwnDtkKK4ToufuvWwxr1IouTIcpq5sdbDLNKgF3+hHzMMbGJ\/6g8w0HTu1DqdmQuM2l96lE6XFbxJ6u3\/1q64Azd0n\/v5STzeqYWgTK3\/hCp7RWr4V9GvyMcUlzG+DrS+UGaMo+1Elx7CChvAsRvMcCppJvy+4kjjP6cWT+Wa\/6dc\/AUzcDO57buqW0E4vAklKX7ncA92FFvyCcmxg4IyjP3UPMi6ksUYLviEFWk7r58rrxyur60YP2ig9k2cMVwIDAQAB" } |