Free Gantt Chart

Create professional Gantt Chart to manage your work task for free.

O que é Free Gantt Chart?

Free Gantt Chart é uma extensão do Chrome desenvolvida por https://gantt.freebusinessapps.net, e sua principal característica é "Create professional Gantt Chart to manage your work task for free.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Free Gantt Chart

Baixe arquivos de extensão Free Gantt Chart no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        Free Online Gantt Chart that helps you organize your work with support from Google Drive storage. Just install this app from the GSuite Marketplace to your account and start using right away. Create you Gantt chart now!                    

Informações Básicas da Extensão

Nome Free Gantt Chart Free Gantt Chart
ID ckdpenmcglmmhdjmjjfeccafbbghiifp
URL Oficial https://chrome.google.com/webstore/detail/free-gantt-chart/ckdpenmcglmmhdjmjjfeccafbbghiifp
Descrição Create professional Gantt Chart to manage your work task for free.
Tamanho do Arquivo 293 KB
Contagem de Instalações 1,000
Versão Atual 1.0
Última Atualização 2019-03-11
Data de Publicação 2019-03-11
Classificação 3.33/5 Total de 3 Avaliações
Desenvolvedor https://gantt.freebusinessapps.net
Tipo de Pagamento free
Site da Extensão https://gantt.freebusinessapps.net/
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Free Gantt Chart",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Create professional Gantt Chart to manage your work task for free.",
    "container": [
        "GOOGLE_DRIVE",
        "DOMAIN_INSTALLABLE"
    ],
    "api_console_project_id": "429665447038",
    "gdrive_mime_types": {
        "http:\/\/drive.google.com\/intents\/opendrivedoc": [
            {
                "type": [
                    "application\/x-shockwave-flash"
                ],
                "href": "https:\/\/gantt.freebusinessapps.net\/gantt-chart",
                "title": "Open",
                "disposition": "window"
            }
        ]
    },
    "icons": {
        "512": "logo_512.png",
        "256": "logo_256.png",
        "128": "logo_128.png",
        "96": "logo_96.png",
        "64": "logo_64.png",
        "48": "logo_48.png",
        "32": "logo_32.png",
        "16": "logo_16.png"
    },
    "browser_action": {
        "default_icon": {
            "512": "logo_512.png",
            "256": "logo_256.png",
            "128": "logo_128.png",
            "96": "logo_96.png",
            "64": "logo_64.png",
            "48": "logo_48.png",
            "32": "logo_32.png",
            "16": "logo_16.png"
        }
    },
    "background": {
        "scripts": [
            "launch.js"
        ]
    }
}