GanttWork

Gantt charts and scheduling within Basecamp

What is GanttWork?

GanttWork is a Chrome extension developed by www.trackedhq.com, and its main feature is "Gantt charts and scheduling within Basecamp".

Extension Screenshots

screenshot

Download GanttWork Extension CRX File

Download GanttWork 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

                        GanttWork adds Gantt charts for easy and beautiful scheduling all within Basecamp 3 UI. Now you can stay in the app you love while accessing even more features.                    

Extension Basic Information

Name GanttWork GanttWork
ID knpphljjahkfglccppijifcohjkdhchh
Official URL https://chromewebstore.google.com/detail/ganttwork/knpphljjahkfglccppijifcohjkdhchh
Description Gantt charts and scheduling within Basecamp
File Size 136 KB
Installation Count 252
Current Version 2.3.3
Last Updated 2020-07-23
Publish Date 2020-05-30
Rating 5.00/5 Total 1 Ratings
Developer www.trackedhq.com
Email [email protected]
Payment Type free
Extension Website https://www.ganttwork.com/
Help Page URL https://www.ganttwork.com/contact
Privacy Policy Page URL https://www.trackedhq.com/privacy
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "browser-polyfill.min.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "browser-polyfill.min.js",
                "content.js",
                "js\/jquery.js",
                "js\/jquery-ui.min.js",
                "js\/profiles\/mutation_observer.js",
                "js\/profiles\/create_iframe.js"
            ],
            "matches": [
                "https:\/\/3.basecamp.com\/*"
            ],
            "all_frames": true
        }
    ],
    "short_name": "GanttWork",
    "name": "GanttWork",
    "version": "2.3.3",
    "manifest_version": 2,
    "description": "Gantt charts and scheduling within Basecamp",
    "icons": {
        "48": "images\/logo_48.png"
    },
    "permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "browser_action": {
        "default_icon": "images\/logo_48.png",
        "default_popup": "html\/popup.html"
    },
    "web_accessible_resources": [
        "html\/*",
        "html_js\/*"
    ]
}