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
公式URL 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
Eメール [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\/*"
    ]
}