PandaCrazy Max
Extension for Mturk.com to Collect HIT's for you at a set time value. Lot of organizing of panda's for easier use.
Τι είναι το PandaCrazy Max;
Το PandaCrazy Max είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον allbyjohn, και η κύρια λειτουργία του είναι "Extension for Mturk.com to Collect HIT's for you at a set time value. Lot of organizing of panda's for easier use.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης PandaCrazy Max
Λήψη αρχείων επέκτασης PandaCrazy Max σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
This extension is only used for MTURK, [Amazon Mechanical Turk](https://worker.mturk.com/), to help in finding and grabbing tasks for a human to work on and get paid where computers may not be able to do. The tasks on MTURK are called HITs, Human Intelligence Tasks, which this extension will try to grab for the user. This extension is not able to create an account, explain MTURK or give any support for MTURK. Webpage: (https://pandacrazymax.allbyjohn.com/) Documentation: (https://github.com/JohnnyRS/PandaCrazy-Max/wiki) The extension uses a timer which by default is set at 1 second to grab a panda link from the added jobs. Each job that is added from an external or internal button will be shown in the panda tabs area. If you want a job to start to collect you need to click on the collect button. Each job that is collecting will take turns being fetched by the extension using the timer value. So if you have 5 jobs collecting it will take about 5 seconds to try to grab any HITs from those 5 jobs. When the extension detects that a HIT was accepted it will sound an alarm and/or send a notification to the user. On the bottom the queue watch tab will show any accepted HITs in MTURK queue. Once you have HITs accepted you can go to the MTURK queue page and work on the HITs. This extension will not do your tasks for you. The searchUI page which is called Search Crazy is where all search jobs will be placed. Any search jobs on this page are called search triggers. The extension will monitor the MTURK search page for any of these triggers you have set. You can have triggers look for a requester ID, group ID or a word in the title/description of a HIT. Once the script finds a HIT it will create or start a panda job on the pandaUI page according to options set for the trigger. Any HITs found from a custom trigger with a word or phrase in the title or description and price will sound an alarm and be shown on a tab where you can start collecting it. There is a way to auto collect some HITs too but with limits so your queue won't get filled up with HITs you don't have time to finish. The extension does save stats and HITs history in a database on your computer for future use. You may also export all of your job and trigger data to a file so you can transfer it to another computer or have a backup for emergencies. The alarm sounds can all be changed to a mp3 sound you want if you don't like the default sounds.
Βασικές Πληροφορίες Επέκτασης
Όνομα | PandaCrazy Max |
ID | gefompgkggmjbcihdkdbfddhjnnceipm |
Επίσημο URL | https://chromewebstore.google.com/detail/pandacrazy-max/gefompgkggmjbcihdkdbfddhjnnceipm |
Περιγραφή | Extension for Mturk.com to Collect HIT's for you at a set time value. Lot of organizing of panda's for easier use. |
Μέγεθος Αρχείου | 3.43 MB |
Αριθμός Εγκαταστάσεων | 20,000 |
Τρέχουσα Έκδοση | 1.0.7 |
Τελευταία Ενημέρωση | 2023-03-08 |
Ημερομηνία Δημοσίευσης | 2021-01-06 |
Αξιολόγηση | 4.17/5 Συνολικά 12 Αξιολογήσεις |
Προγραμματιστής | allbyjohn |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://pandacrazymax.allbyjohn.com/ |
Διεύθυνση URL της Σελίδας Βοήθειας | https://github.com/JohnnyRS/PandaCrazy-Max/wiki |
URL της Σελίδας Πολιτικής Απορρήτου | https://github.com/JohnnyRS/PandaCrazy-Max/wiki/privacy-policy |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "PandaCrazy Max", "short_name": "PC Max", "version": "1.0.7", "author": "JohnnyRS", "description": "Extension for Mturk.com to Collect HIT's for you at a set time value. Lot of organizing of panda's for easier use.", "action": { "default_icon": { "32": "pcMax-32x32.png" }, "default_popup": "popup.html", "default_title": "PandaCrazy Max for Mturk.com" }, "background": { "service_worker": "js\/pageScript\/backgroundCommon.js" }, "content_scripts": [ { "matches": [ "*:\/\/worker.mturk.com\/*", "*:\/\/worker.mturk.com\/requesters\/PandaCrazy*\/projects?JRGID*", "*:\/\/worker.mturk.com\/projects\/*\/tasks\/*?assignment_id*" ], "exclude_matches": [ "*:\/\/*.mturk.com\/direct_deposit*", "*:\/\/*.mturk.com\/payment_schedule*" ], "css": [ "css\/PCM-Content-Script.css" ], "js": [ "lib\/browser-polyfill.js", "lib\/jquery-3.6.0.min.js", "js\/common\/common.js", "js\/common\/DebuggerClass.js", "js\/contentScripts\/hitHelper.js" ], "all_frames": true }, { "matches": [ "*:\/\/forum.turkerview.com\/*", "*:\/\/*.mturkforum.com\/*", "*:\/\/*.ourhitstop.com\/*", "*:\/\/*.forum.theottoforum.com\/*", "*:\/\/*.mturkcrowd.com\/*", "*:\/\/*.slack.com\/client\/TDBT14TPY\/*", "*:\/\/*.discord.com\/channels\/*", "*:\/\/*.discord.com\/app*" ], "css": [ "css\/PCM-Content-Script.css" ], "js": [ "lib\/browser-polyfill.js", "lib\/jquery-3.6.0.min.js", "js\/common\/DebuggerClass.js", "js\/contentScripts\/forumHelper.js" ], "all_frames": true } ], "permissions": [ "activeTab", "contextMenus", "storage" ], "host_permissions": [ "https:\/\/worker.mturk.com\/*", "https:\/\/www.amazon.com\/ap\/signin?*openid.return_to=https:\/\/worker.mturk.com\/*" ], "icons": { "48": "pcMax-48x48.png", "128": "pcMax-128x128.png" } } |