Tracked for Basecamp

Kanban boards within Basecamp

Tracked for Basecamp란 무엇입니까?

Tracked for Basecamp은(는) https://www.trackedhq.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Kanban boards within Basecamp"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Tracked for Basecamp 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Understand where your to-dos are in your workflow and prioritize all your To-dos with all your To-do lists. Move to-dos between pipelines and prioritize them in each pipeline. This helps employees understand what to work on and helps you understand the status of a to-do. 

Turn on or off tracked Kanban boards per project to avoid cluttering your Basecamp account. Only use them when you need them.                    

확장 프로그램 기본 정보

이름 Tracked for Basecamp Tracked for Basecamp
ID chmeecgnmbnijigjhhgedjljgkgblmpo
공식 URL https://chromewebstore.google.com/detail/tracked-for-basecamp/chmeecgnmbnijigjhhgedjljgkgblmpo
설명 Kanban boards within Basecamp
파일 크기 531 KB
설치 횟수 14,930
현재 버전 3.2.6.9
최근 업데이트 2023-05-04
출시 날짜 2020-06-19
평점 5.00/5 총 6 개의 평점
개발자 https://www.trackedhq.com
이메일 [email protected]
결제 유형 in_app
확장 프로그램 웹 사이트 https://www.trackedhq.com
개인정보 보호 정책 페이지 URL https://www.trackedhq.com/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "js\/background.js",
            "js\/jquery.js"
        ]
    },
    "content_scripts": [
        {
            "css": [
                "select2.min.css"
            ],
            "js": [
                "js\/jquery.js",
                "js\/chart-min.js",
                "select2.min.js",
                "js\/chart-colors.js",
                "js\/jquery-ui.min.js",
                "js\/profiles\/tracked_request.js",
                "js\/options.js",
                "js\/profiles\/projects_builder.js",
                "js\/profiles\/board_builder.js",
                "js\/profiles\/tracked_api.js",
                "js\/profiles\/user_board_builder.js",
                "js\/profiles\/user_board.js",
                "js\/profiles\/default_labels.js",
                "js\/profiles\/default_lists.js",
                "js\/profiles\/master_board.js",
                "js\/profiles\/projects.js",
                "js\/profiles\/estimates.js",
                "js\/profiles\/new_todo_label.js",
                "js\/profiles\/basecamp3.js",
                "js\/profiles\/basecamp_labels.js",
                "js\/profiles\/tracked_home.js",
                "js\/profiles\/reports_dashboard.js",
                "js\/profiles\/tracked_admin.js",
                "js\/profiles\/mutation_observer.js",
                "js\/profiles\/completion_chart.js",
                "js\/profiles\/cumulative_flow_chart.js",
                "js\/profiles\/project_labels.js"
            ],
            "matches": [
                "https:\/\/3.basecamp.com\/*"
            ],
            "all_frames": true
        }
    ],
    "permissions": [
        "storage"
    ],
    "name": "Tracked for Basecamp",
    "short_name": "Tracked",
    "version": "3.2.6.9",
    "manifest_version": 2,
    "icons": {
        "48": "images\/logo_thicker.png"
    },
    "description": "Kanban boards within Basecamp",
    "browser_action": {
        "default_icon": "images\/logo_thicker.png",
        "default_popup": "html\/popup.html"
    },
    "web_accessible_resources": [
        "images\/*",
        "html\/*"
    ]
}