GanttWork

Gantt charts and scheduling within Basecamp

什麼是GanttWork?

GanttWork是由www.trackedhq.com開發的Chrome擴展程式,該擴展的主要功能是“Gantt charts and scheduling within Basecamp”。

擴展截圖

screenshot

下載GanttWork擴展crx文件

下載GanttWork擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 GanttWork GanttWork
ID knpphljjahkfglccppijifcohjkdhchh
官方網址 https://chromewebstore.google.com/detail/ganttwork/knpphljjahkfglccppijifcohjkdhchh
簡介 Gantt charts and scheduling within Basecamp
檔案大小 136 KB
安裝次數 252
目前版本 2.3.3
更新時間 2020-07-23
上架時間 2020-05-30
評分 5.00/5 共 1 次評分
開發者 www.trackedhq.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.ganttwork.com/
說明頁面URL https://www.ganttwork.com/contact
隱私政策頁面URL https://www.trackedhq.com/privacy
支援的語言 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\/*"
    ]
}