Free Gantt Chart

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

ما هو Free Gantt Chart؟

Free Gantt Chart هو إضافة Chrome تم تطويرها بواسطة https://gantt.freebusinessapps.net، والميزة الرئيسية لها هي "Create professional Gantt Chart to manage your work task for free.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Free Gantt Chart

قم بتنزيل ملفات الامتداد Free Gantt Chart بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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!                    

معلومات أساسية عن التمديد

الاسم Free Gantt Chart Free Gantt Chart
ID ckdpenmcglmmhdjmjjfeccafbbghiifp
عنوان URL الرسمي https://chrome.google.com/webstore/detail/free-gantt-chart/ckdpenmcglmmhdjmjjfeccafbbghiifp
الوصف Create professional Gantt Chart to manage your work task for free.
حجم الملف 293 KB
عدد التثبيتات 1,000
النسخة الحالية 1.0
آخر تحديث 2019-03-11
تاريخ النشر 2019-03-11
تقييم 3.33/5 مجموع تقييمات 3
المطور https://gantt.freebusinessapps.net
نوع الدفع free
موقع الإضافة https://gantt.freebusinessapps.net/
اللغات المدعومة 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"
        ]
    }
}