Open Instagantt from Asana
Add a link to Instagantt from the Asana project dashboard.
What is Open Instagantt from Asana?
Open Instagantt from Asana is a Chrome extension developed by Jonathan Woodard, and its main feature is "Add a link to Instagantt from the Asana project dashboard.".
Extension Screenshots
Download Open Instagantt from Asana Extension CRX File
Download Open Instagantt from Asana extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Instagantt makes awesome Gantt charts out of Asana projects, but it's a hassle to have to open the two apps separately. This adds a link to the Instagantt app from the header of your Asana dashboard!
Extension Basic Information
Name | Open Instagantt from Asana |
ID | lepjbbmnhppalhkeblicbmgcpdpkhonb |
Official URL | https://chromewebstore.google.com/detail/open-instagantt-from-asan/lepjbbmnhppalhkeblicbmgcpdpkhonb |
Description | Add a link to Instagantt from the Asana project dashboard. |
File Size | 40 KB |
Installation Count | 541 |
Current Version | 1.0.0.0 |
Last Updated | 2014-09-06 |
Publish Date | 2014-09-06 |
Rating | 2.14/5 Total 14 Ratings |
Developer | Jonathan Woodard |
Payment Type | free |
Extension Website | http://woodar.dj/blog/asana-instagantt-chrome-plugin/ |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Open Instagantt from Asana", "version": "1.0.0.0", "manifest_version": 2, "description": "Add a link to Instagantt from the Asana project dashboard.", "content_scripts": [ { "matches": [ "*:\/\/app.asana.com\/*" ], "js": [ "jquery.min.js", "content_script.js" ] } ], "icons": { "48": "icon-48.png", "128": "icon-128.png" }, "web_accessible_resources": [ "img\/*" ] } |