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.」です。
拡張機能のスクリーンショット
TickTick - Todo & Task List拡張機能のCRXファイルをダウンロード
TickTick - Todo & Task List拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
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 |
Eメール | [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": [ " |