Skip to content

robertpainsi/codein-extension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chrome Extension for Google Code-In

(not using Chrome, see #not-using-chrome)

This plugin will highlight Google Code-In tasks which needs attention at https://codein.withgoogle.com/dashboard/task-instances/in-progress/.

Example image

It will change the tasks

  • #e53935 Color to red if
    • The Student is waiting for more than 12 hours for a review.
    • The Student asked a question.
  • #9ccc00 Color to green if
    • The last activity was by a Mentor and therefore the task is handled. Beware, sometimes this will give you a false-positive if the Mentor commented that he/she can't help. The Mentor should always seek for help on Slack, IRC, Google Groups then.
  • #2894ed Color to blue if
    • The Student is running out of time (less than 6 hours) and the clock is still ticking.
  • #ffcca4 Transparency to 50% if
    • There is no comment on the claimed task yet.
    • The task has been approved and the Student is still waiting for parental consent.

Tasks waiting for a review will have the default color #ff8f00

HOW TO INSTALL

  1. Download the latest version at https://github.com/robertpainsi/codein-extension/archive/master.zip
  2. Extract the zip file to a folder where you want to permanently store the chrome extension.
  3. Go to chrome://extensions/
  4. Click on Load unpacked extension and open the folder.
  5. To test it, go to https://codein.withgoogle.com/dashboard/task-instances/in-progress/

NOT USING CHROME?

No problem, just c&p the code from the index.js file into the console and press enter.