Chalk

Own your day with Chalk.

Chalkとは何ですか?

ChalkはChalk Timeblockingによって開発されたChromeの拡張機能で、その主な機能は「Own your day with Chalk.」です。

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

screenshot
screenshot
screenshot
screenshot
screenshot

Chalk拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Reclaim your time 
 
Chalk allows you to easily color code your events, label individual colors and analyze time spent per color - all in your existing Google Calendar. Use it for timeblocking, timetracking, improving your calendar visuals or however else color coding helps your workflow.
 
*Key Features*
- Color coding of calendar events made easy
- Customized labeling of each calendar color
- Flexible tracking of time spent per color
 
*Use Cases*
- Turbocharged Timeblocking in your existing Google Calendar environment 
- Enhanced color coding-based Calendar Mgmt
- Calendar management-based Timetracking 
- Integrated, customizable Reporting, e.g. as input for freelancer invoicing

Please find a short usage guide below the line.
 
We are continuously improving the tool and are grateful for feedback on existing features, bugs and suggestions on what to improve and suggestions for additional features

Thanks!

-----

*Usage guide*
 
Starting up

- Download and enable the extension
- Go to your signed-in Google Calendar session
- Press “T” to enable the Chalk panel on the right hand side. This will switch to the current day/week

(Batch) Color coding

- In the “Colors” section on the top of the panel, click a color to activate it. A black frame around the activated color will appear
- Click an existing time slot in your calendar to assign the activated color to it. This can be done quickly for multiple time slots (batch color coding)
- A delay of a few seconds in the color switch is to be expected. Press the refresh shortcut (“command+r” on mac) to expedite the color switch
- Creating a new time slot with a color activated will not change the color of that new slot
Press “Esc” to deactivate the color, or press on a different color to activate it
- Note: You can also right-click on a time slot to recolor it (and the color will be recognized by Chalk’s time tracking feature - see below), but this process is significantly streamlined by Chalk. The right-click method might be still preferable when you want to color each instance of a recurring time slot.

Color labeling

- In the “Colors” section on the top of the panel, double click on a color to rename it; confirm the 
renaming by pressing “Enter”
- Click “hide” next to a color to hide it; click “unhide” to unhide all hidden colors

Time tracking

- In the “Summary” section on the bottom of the panel, click the “From:” and “To:” fields to activate a selection field for the time tracking time range. You can also type in custom dates
- Press “”Reset to current week” to switch back to the current week time frame
The table indicates the time spent per category


Chalks icons created by Freepik - Flaticon (https://www.flaticon.com/free-icons/chalks)                    

拡張機能の基本情報

名前 Chalk Chalk
ID bkdecehhjgpcknienjfgmdlabmmmffea
公式URL https://chromewebstore.google.com/detail/chalk/bkdecehhjgpcknienjfgmdlabmmmffea
説明 Own your day with Chalk.
ファイルサイズ 1.36 MB
インストール数 32
現在のバージョン 0.0.0.6
最終更新日 2022-06-05
公開日 2022-03-28
開発者 Chalk Timeblocking
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://chalk.unicornplatform.page/
プライバシーポリシーページのURL https://chalkproductivity.com/privacy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Own your day with Chalk.",
    "version": "0.0.0.6",
    "name": "Chalk",
    "options_page": "options.html",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon-128.png"
    },
    "manifest_version": 3,
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self'"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/calendar.google.com\/*"
            ],
            "js": [
                "content.bundle.js"
            ]
        }
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAtvn+Nv8ohCfZCW1kInGNf6U48n9qNH\/PDb28Igq332xUMxDkshwfZnwnrGCy1ulk2\/jLuceFgz5Esq5wm\/N8AmjxxMg4Ro6LQa5SEIbSYJZq1kHWpZblTh+7RXom9SRqG91j4DmzgCu5yWGrYUNCpJSP0EiTODw73+zNbBjD0o2wFjFC\/ioakPhmqeNPYSluyH9jb4sC02PmovJkWuSfevv+cL39MP26bXAszJ+83iAPQRQZsZ6QVAUTelKlL2oiCXnu+LhAr+dUStfnt1daQpG5t0qBDOz5Hfx1DpPOJsY5sCnVgByi4JR1PSZO\/NbTNkZ8oM8DaRNPdI6XJbIM5wIDAQAB",
    "oauth2": {
        "client_id": "1055659897027-m61s8t3leef29n1pqesc5kl6b5maa5mq.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile",
            "https:\/\/www.googleapis.com\/auth\/calendar.readonly",
            "https:\/\/www.googleapis.com\/auth\/calendar.events"
        ]
    },
    "permissions": [
        "identity",
        "storage"
    ]
}