GanttWork

Gantt charts and scheduling within Basecamp

Apa itu GanttWork?

GanttWork adalah ekstensi Chrome yang dikembangkan oleh www.trackedhq.com, dan fitur utamanya adalah "Gantt charts and scheduling within Basecamp".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi GanttWork

Unduh file ekstensi GanttWork dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama GanttWork GanttWork
ID knpphljjahkfglccppijifcohjkdhchh
URL Resmi https://chromewebstore.google.com/detail/ganttwork/knpphljjahkfglccppijifcohjkdhchh
Deskripsi Gantt charts and scheduling within Basecamp
Ukuran File 136 KB
Jumlah Instalasi 252
Versi Saat Ini 2.3.3
Terakhir Diperbarui 2020-07-23
Tanggal Publikasi 2020-05-30
Penilaian 5.00/5 Total 1 Penilaian
Pengembang www.trackedhq.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.ganttwork.com/
URL Halaman Bantuan https://www.ganttwork.com/contact
URL Halaman Kebijakan Privasi https://www.trackedhq.com/privacy
Bahasa yang Didukung 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\/*"
    ]
}