Skip to content

ShunSakurai/asana-chrome-plugin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Unofficial Asana Chrome Plugin

This is a free, open-source Chrome extension to allow quick and easy access to Asana. This extension uses Asana API to communicate with Asana.

This extension is based on Asana's - Official Chrome Extension available here: Chromestore and Github source

License

MIT

Motivation

Asana's Official Chrome Extension hasn't seen any new features in years. But they have kept their plugin under MIT license and Asana offers rich set of REST API. Onus is on us to develop something great out of it.

Features

  1. Create Task

    • provide task name and description
    • under a workspace/project
    • assign to a user
    • apply tag(s) to task
    • set due date
  2. View Task (Todo)

    • view my tasks
    • view my tasks by due date
    • view my tasks for today
    • view tasks in a workspace/project
    • view tasks assigned to another user
    • mark tasks as done

Usage

Install as a User:

Head to Chrome Web Store and click "+ADD TO CHROME"

Install as a developer:

  1. Download the code, e.g. git clone git@github.com:amitg87/asana-chrome-plugin.git
  2. Navigate Chrome to chrome://extensions
  3. Check the Developer mode toggle
  4. Click on Load unpacked extension...
  5. Select the folder containing the extension

User Guide

Long Way - Look for Asana in Chrome Browser Action (top-right corner), when clicked, a window pops up.

Short-cut key - press 'Alt + A' keyboard shortcut

About

the better Asana Chrome Plugin

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 50.1%
  • HTML 32.0%
  • CSS 17.9%