Gantt Chart Generator

Gantt Chart Generator

Cos'è Gantt Chart Generator?

Gantt Chart Generator è un'estensione di Chrome sviluppata da http://manage-progress.tech, e la sua funzione principale è "Gantt Chart Generator".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Gantt Chart Generator

Scarica i file di estensione Gantt Chart Generator in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        The extension for generating gantt chart by very simple steps:
1. Create project
2. Input tasks, estimations of each tasks
3. Input members, schedule of each members
4. Create Generate gantt chart button

In the addition, you can input time you spent for each task to manage your project progress                    

Informazioni di Base sull'Estensione

Nome Gantt Chart Generator Gantt Chart Generator
ID laffoghbmagkehgfialloineeoclgchp
URL Ufficiale https://chrome.google.com/webstore/detail/gantt-chart-generator/laffoghbmagkehgfialloineeoclgchp
Descrizione Gantt Chart Generator
Dimensione del File 7.67 KB
Conteggio Installazioni 117
Versione Corrente 1.0
Ultimo Aggiornamento 2021-02-02
Data di Pubblicazione 2020-12-27
Sviluppatore http://manage-progress.tech
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy http://javoca.com/about/privacy
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Gantt Chart Generator",
    "description": "Gantt Chart Generator",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "html\/main.html"
    },
    "icons": {
        "128": "icon_128.png",
        "16": "icon_16.png",
        "48": "icon_48.png"
    },
    "permissions": [],
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "web_accessible_resources": [
        "icon.png"
    ]
}