Asana Extensions

Adds useful features to Asana.

What is Asana Extensions?

Asana Extensions is a Chrome extension developed by michael, and its main feature is "Adds useful features to Asana.".

Extension Screenshots

screenshot

Download Asana Extensions Extension CRX File

Download Asana Extensions 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

                        Allows you to collapse Asana section bars. Simple.                    

Extension Basic Information

Name Asana Extensions Asana Extensions
ID igmemclphodbalgadmkcolbkkcdflmlb
Official URL https://chromewebstore.google.com/detail/asana-extensions/igmemclphodbalgadmkcolbkkcdflmlb
Description Adds useful features to Asana.
File Size 30.78 KB
Installation Count 68
Current Version 1.1
Last Updated 2015-07-30
Publish Date 2015-07-29
Rating 2.50/5 Total 4 Ratings
Developer michael
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Asana Extensions",
    "version": "1.1",
    "description": "Adds useful features to Asana.",
    "permissions": [
        "tabs",
        "*:\/\/app.asana.com\/*"
    ],
    "background": {
        "scripts": [
            "bootstrap.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_name": "Asana Extensions",
        "default_icon": "asanaplusplus.png"
    },
    "icons": {
        "128": "asanaplusplus.png"
    }
}