TickTick - Todo & Task List

Your wonderful to-do & task list to make all things done and get life well organized.

TickTick - Todo & Task List란 무엇입니까?

TickTick - Todo & Task List은(는) https://ticktick.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Your wonderful to-do & task list to make all things done and get life well organized."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

TickTick - Todo & Task List 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Your daily must-have to-do & task list to make all things done and get life well organized. 

What's new?
- Option to open in Side panel

P.S. 
This feature asks for permissions to access your data on website, tabs and browsing activity in accordance with Google Chrome Permissions.

** TickTick for iOS available now! https://itunes.apple.com/app/tick-tick/id626144601 **
** TickTick for Android available now! https://play.google.com/store/apps/details?id=com.ticktick.task **

TickTick is a simple and effective to-do & task list, which helps you to make everything done and witness all important moments in life. TickTick’s cross-platform apps enables you to manage tasks on all your devices such as iOS, Android and Chrome. Besides, it allows you to backup & sync tasks on TickTick.com, where you can elegantly arrange your time & schedule. Life can be so different with TickTick at hand. 

TickTick Chrome Extension’s key features include: 
 - Sync all your to-do’s across all devices 
 - Recurring tasks and instant time reminder 
 - Drag tasks to rearrange order 
 - Create subtasks in checklist
 - Add notes to tasks
 - Plan agenda in calendar view 
 - Classify tasks into folders & Archive completed tasks
 - Instant count undone tasks
 - Share task list to collaborate 
 - Convert google emails into tasks 

Stay in touch:
Follow us on Twitter: https://twitter.com/ticktickteam
Like us on Facebook: https://www.facebook.com/pages/Tick-Tick/114408518756703                    

확장 프로그램 기본 정보

이름 TickTick - Todo & Task List TickTick - Todo & Task List
ID diankknpkndanachmlckaikddgcehkod
공식 URL https://chromewebstore.google.com/detail/ticktick-todo-task-list/diankknpkndanachmlckaikddgcehkod
설명 Your wonderful to-do & task list to make all things done and get life well organized.
파일 크기 195 KB
설치 횟수 184,193
현재 버전 1.2.1.1
최근 업데이트 2023-10-27
출시 날짜 2020-06-12
평점 4.20/5 총 680 개의 평점
개발자 https://ticktick.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.ticktick.com
도움말 페이지 URL https://support.ticktick.com
개인정보 보호 정책 페이지 URL https://ticktick.com/about/privacy
지원되는 언어 en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDescription__",
    "version": "1.2.1.1",
    "short_name": "__MSG_appShortName__",
    "manifest_version": 3,
    "default_locale": "en",
    "options_page": "options.html",
    "icons": {
        "16": ".\/images\/icon-16.png",
        "48": ".\/images\/icon-48.png",
        "128": ".\/images\/icon-128.png"
    },
    "background": {
        "service_worker": "scripts\/background.js",
        "type": "module"
    },
    "action": {
        "default_icons": {
            "16": ".\/images\/icon-16.png",
            "48": ".\/images\/icon-48.png",
            "128": ".\/images\/icon-128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/dida365.com\/*",
                "https:\/\/www.dida365.com\/*",
                "https:\/\/ticktick.com\/*",
                "https:\/\/www.ticktick.com\/*",
                "https:\/\/365dida.com\/*",
                "https:\/\/test.365dida.com\/*",
                "https:\/\/dev.365dida.com\/*"
            ],
            "run_at": "document_end",
            "all_frames": false,
            "js": [
                "scripts\/contentscript-webapp.js"
            ]
        },
        {
            "matches": [
                "https:\/\/dida365.com\/*",
                "https:\/\/www.dida365.com\/*",
                "https:\/\/ticktick.com\/*",
                "https:\/\/www.ticktick.com\/*",
                "https:\/\/365dida.com\/*",
                "https:\/\/test.365dida.com\/*",
                "https:\/\/dev.365dida.com\/*"
            ],
            "run_at": "document_end",
            "all_frames": true,
            "js": [
                "scripts\/contentscript-sidepanel-app.js"
            ]
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "scripts\/contentscript.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/scripts\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "externally_connectable": {
        "ids": [],
        "matches": [
            "https:\/\/dida365.com\/*",
            "https:\/\/ticktick.com\/*"
        ]
    },
    "permissions": [
        "scripting",
        "tabs",
        "storage",
        "contextMenus",
        "cookies",
        "sidePanel"
    ],
    "side_panel": {
        "default_path": "sidepanel.html"
    },
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "commands": {
        "add-task": {
            "description": "__MSG_commandAddTo__"
        }
    },
    "minimum_chrome_version": "114"
}