GanttWork

Gantt charts and scheduling within Basecamp

GanttWork là gì?

GanttWork là một tiện ích mở rộng Chrome được phát triển bởi www.trackedhq.com, và tính năng chính của nó là "Gantt charts and scheduling within Basecamp".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng GanttWork

Tải xuống các tệp mở rộng GanttWork dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên GanttWork GanttWork
ID knpphljjahkfglccppijifcohjkdhchh
URL Chính Thức https://chromewebstore.google.com/detail/ganttwork/knpphljjahkfglccppijifcohjkdhchh
Mô tả Gantt charts and scheduling within Basecamp
Kích Thước Tệp 136 KB
Số Lần Cài Đặt 252
Phiên Bản Hiện Tại 2.3.3
Cập Nhật Lần Cuối 2020-07-23
Ngày Phát Hành 2020-05-30
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển www.trackedhq.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.ganttwork.com/
URL Trang Trợ Giúp https://www.ganttwork.com/contact
URL Trang Chính Sách Bảo Mật https://www.trackedhq.com/privacy
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}