GanttWork

Gantt charts and scheduling within Basecamp

Wat is GanttWork?

GanttWork is een Chrome-extensie ontwikkeld door www.trackedhq.com, en de belangrijkste functie is "Gantt charts and scheduling within Basecamp".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie GanttWork

Download GanttWork-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam GanttWork GanttWork
ID knpphljjahkfglccppijifcohjkdhchh
Officiële URL https://chromewebstore.google.com/detail/ganttwork/knpphljjahkfglccppijifcohjkdhchh
Beschrijving Gantt charts and scheduling within Basecamp
Bestandsgrootte 136 KB
Aantal Installaties 252
Huidige Versie 2.3.3
Laatst Bijgewerkt 2020-07-23
Publicatiedatum 2020-05-30
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar www.trackedhq.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.ganttwork.com/
Help Pagina-URL https://www.ganttwork.com/contact
URL van de Privacybeleid Pagina https://www.trackedhq.com/privacy
Ondersteunde Talen 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\/*"
    ]
}