Asana Load More

This extension will load all subtasks in Asana. It also lets you hide certain sections.

What is Asana Load More?

Asana Load More is a Chrome extension developed by Fat Cattitude, LLC, and its main feature is "This extension will load all subtasks in Asana. It also lets you hide certain sections.".

Extension Screenshots

screenshot

Download Asana Load More Extension CRX File

Download Asana Load More 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

                        This extension will automatically load all subtasks in Asana. It will also allow you to toggle certain subtask sections.                    

Extension Basic Information

Name Asana Load More Asana Load More
ID gmgelaegjlfeldnmlilkeaegejmlgjhf
Official URL https://chrome.google.com/webstore/detail/asana-load-more/gmgelaegjlfeldnmlilkeaegejmlgjhf
Description This extension will load all subtasks in Asana. It also lets you hide certain sections.
File Size 110 KB
Installation Count 703
Current Version 0.0.0.4
Last Updated 2019-11-13
Publish Date 2019-11-09
Rating 4.20/5 Total 10 Ratings
Developer Fat Cattitude, LLC
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Asana Load More",
    "description": "This extension will load all subtasks in Asana. It also lets you hide certain sections.",
    "version": "0.0.0.4",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Asana Load More"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.asana.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}