Chromed bird is a ActiveCollabs Interface for viewing your projects and its content
activeCollab® itself is a project management and collaboration tool that you can set up on your own web site. http://www.activecollab.com/
The best way to install Chromed Collabs is by downloading via Chrome extension page
or
Load the extension manually .
- Bring up the extensions management page by clicking the Tools menu (or the Window menu on Mac) and choosing Extensions. (If you're using version 6 or later, choose Tools > Extensions.)
- If Developer mode has a + by it, click the + to add developer information to the page. The + changes to a -, and more buttons and information appear.
- Click the Load unpacked extension button. A file dialog appears.
- In the file dialog, navigate to your extension's folder and click OK. (taken from this page http://code.google.com/chrome/extensions/getstarted.html#load step 4)
- retrieve project list
- retrieve discussion list of project, and its comments
- retrieve Tickets list, and its detail (tasks)
- retrieve users's currnt assignment
- functions which only available with write permission ** post new comments on discussions
- Notify when new comments are posted
- saving data to localStorage
- another feature will be added later
it was inspired by chromed bird, chrome extension for twitter and identi.ca
If you'd like to hack on Chromed Collabs, start by forking my repo on GitHub:
http://github.com/ibnutri/Chromed-Collabs
your changes merged back into core is as follows:
- Clone down your fork
- Create a thoughtfully named topic branch to contain your change
- Hack away
- Do not change the version number, I will do that on my end
- Push the branch up to GitHub
- Send me (ibnutri) a pull request for your branch