TaskTracks: Digital Planner

Win the workday. Meetings, tasks, and action items all shown in one place - pulled from the tools you already use.

TaskTracks: Digital Plannerとは何ですか?

TaskTracks: Digital Plannerはhttps://tasktracks.comによって開発されたChromeの拡張機能で、その主な機能は「Win the workday. Meetings, tasks, and action items all shown in one place - pulled from the tools you already use.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

TaskTracks: Digital Planner拡張機能のCRXファイルをダウンロード

TaskTracks: Digital Planner拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Highly productive people use TaskTracks. TaskTracks is a digital planner that allows you see your meetings and tasks in one place, pulled from tools you already use like Google, Outlook, Asana, Todoist, and Asana. Prioritize your most important tasks and schedule them on your calendar so they actually get done.

The Chrome extension extends the TaskTracks planner to your browser home screen. Open a new tab to see your events and remaining tasks for the day. Add or edit tasks directly from your home screen. 

Connect your Calendar: 
Google Calendar
Outlook Calendar 
Office Calendar

Connect your task apps: 
Todoist
Google Tasks
Microsoft Todo
Asana
Clickup
Jira                    

拡張機能の基本情報

名前 TaskTracks: Digital Planner TaskTracks: Digital Planner
ID jnjheednbljojgnafkhgmeaphbkcnido
公式URL https://chromewebstore.google.com/detail/tasktracks-digital-planne/jnjheednbljojgnafkhgmeaphbkcnido
説明 Win the workday. Meetings, tasks, and action items all shown in one place - pulled from the tools you already use.
ファイルサイズ 4.62 MB
インストール数 38
現在のバージョン 1.0.3
最終更新日 2022-10-26
公開日 2022-10-17
評価 5.00/5 合計 1 レビュー
開発者 https://tasktracks.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://tasktracks.com
ヘルプページのURL https://tasktracks.freshdesk.com/support/home
プライバシーポリシーページのURL https://tasktracks.com/privacy
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TaskTracks: Digital Planner",
    "description": "Win the workday. Meetings, tasks, and action items all shown in one place - pulled from the tools you already use.",
    "version": "1.0.3",
    "manifest_version": 3,
    "permissions": [
        "search",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/api.tasktracks.com\/graphql",
        "https:\/\/app.tasktracks.com\/"
    ],
    "action": {
        "default_icon": {
            "16": "icon_48.png"
        }
    },
    "icons": {
        "16": "icon_48.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/app.tasktracks.com\/*"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/app.tasktracks.com\/*"
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "index.html"
            ],
            "matches": [
                "https:\/\/app.tasktracks.com\/*"
            ]
        }
    ]
}