GanttWork

Gantt charts and scheduling within Basecamp

GanttWork란 무엇입니까?

GanttWork은(는) www.trackedhq.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Gantt charts and scheduling within Basecamp"입니다.

확장 프로그램 스크린샷

screenshot

GanttWork 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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\/*"
    ]
}