Bitx - Basecamp instant to-dos extension
Connect to a Basecamp account and display all assigned todos.
Bitx - Basecamp instant to-dos extension란 무엇입니까?
Bitx - Basecamp instant to-dos extension은(는) https://www.asiance.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Connect to a Basecamp account and display all assigned todos."입니다.
확장 프로그램 스크린샷
Bitx - Basecamp instant to-dos extension 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
                        ! Works only for the new Basecamp !
Bitx is a Chrome Extension that connected to your Basecamp account, retrieves to-dos of the projects you are working on.
Bitx is an open source extension based on the latest Basecamp API.
 
Bitx is not only a tool that help you to be closer with your projects, but is also a helper in the management of multiple tasks, such as your assignments deadlines. 
Key features:
  - Sort your to-dos by due date
  - Check your to-do when it's done
  - Search through your to-dos
  - Use filters to see the to-dos assigned to someone / someone assigned
  - Notification on new to-do
  - Support multiple Basecamp accounts
Fork us on GitHub: https://github.com/Asiance/Bitx
Discover Asiance: http://www.asiance.com                     확장 프로그램 기본 정보
| 이름 |   |  
| ID | jnijbmnaaacbkinjnakgemejkicfjfik | 
| 공식 URL | https://chromewebstore.google.com/detail/bitx-basecamp-instant-to/jnijbmnaaacbkinjnakgemejkicfjfik | 
| 설명 | Connect to a Basecamp account and display all assigned todos. | 
| 파일 크기 | 2.26 MB | 
| 설치 횟수 | 240 | 
| 현재 버전 | 3.4.1 | 
| 최근 업데이트 | 2014-06-03 | 
| 출시 날짜 | 2014-06-02 | 
| 평점 | 3.03/5 총 29 개의 평점 | 
| 개발자 | https://www.asiance.com | 
| 결제 유형 | free | 
| 확장 프로그램 웹 사이트 | http://bitx.asiance.com | 
| 지원되는 언어 | en,fr,it,ja,ko | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "default_locale": "en",
    "name": "__MSG_extName__",
    "short_name": "BITX",
    "description": "__MSG_extDesc__",
    "version": "3.4.1",
    "icons": {
        "16": "\/img\/icon_16x16.png",
        "48": "\/img\/icon_48x48.png",
        "128": "\/img\/icon_128x128.png"
    },
    "browser_action": {
        "default_icon": "\/img\/icon-active.png",
        "default_popup": "index.html"
    },
    "permissions": [
        "tabs",
        "storage",
        "notifications",
        "https:\/\/basecamp.com\/",
        "https:\/\/launchpad.37signals.com\/",
        "http:\/\/www.google.com\/basecamp-crx",
        "http:\/\/dge9rmgqjs8m1.cloudfront.net\/"
    ],
    "web_accessible_resources": [
        "adapter.html",
        "css\/*",
        "img\/*",
        "js\/*",
        "lib\/*",
        "views\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.google.com\/basecamp-crx*"
            ],
            "js": [
                "js\/injection.js"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "page": "background.html"
    },
    "options_page": "options.html",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}  |  |