Greasy Fork is available in English.

Mturk Hourly

Record time spent working on HITs.

اعتبارا من 28-08-2017. شاهد أحدث إصدار.

المؤلف
Kerek
التقييمات
0 0 0
الإصدار
1.3
تم إنشاؤه
03-07-2017
تم تحديثه
28-08-2017
الترخيص
لا يوجد
ينطبق على

Update 1.2:

If you work on the new worker.mturk.com site, the script can now incorporate those HITs into the hourly. You will need to un-comment out the line

//Sync_Worker_Data();

by removing the //
The script will open a popup window whenever you load the dashboard to access the Worker site data.


This script saves opening and submissions times for HITs (visible on daily status detail pages).



Calculates hourly rates broken down by requester on dashboard page.



If you use Mturk Dashboard script, you will need to ensure it runs after this script (either reinstall it after you install this script, or follow the directions here: http://www.mturkgrind.com/threads/how-to-change-execution-order-of-userscripts.26896/), and you will need to comment out the line Todays_Projected_Earnings(); in Mturk Dashboard (i.e., change Todays_Projected_Earnings(); to //Todays_Projected_Earnings();)