Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 1.09 KB

File metadata and controls

29 lines (17 loc) · 1.09 KB

#Asana Chrome Extension

Simple Google Chrome extension that allows to see your Asana's open tasks and quickly add new ones.

##Why?

One year ago I was working on a side project and the team was making use of Asana to manage that project. I needed a simple and faster way to create and mark tasks as completed.

So I made this Quick & Dirty extension to help me.

##Based on

It is strongly based on the Asana Example available at https://github.com/Asana/Chrome-Extension-Example

##To build and run

  1. Get the code! For that you can clone it with:
  2. Go to Google Chrome settings tab and select Tools->Extensions;
  3. Be sure that the Developer mode is on;
  4. Now you need to import the code from point 1. To do that click on Load Unpacked Extension.
  5. Select the folder where you saved the code;

The icon of the Extensions appears on your browser. :)