ClickUp: Tasks, Screenshots, Email, Time

ClickUp is a productivity platform that makes your personal and work lives more productive, saving you time.

什麼是ClickUp: Tasks, Screenshots, Email, Time?

ClickUp: Tasks, Screenshots, Email, Time是由https://clickup.com開發的Chrome擴展程式,該擴展的主要功能是“ClickUp is a productivity platform that makes your personal and work lives more productive, saving you time.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載ClickUp: Tasks, Screenshots, Email, Time擴展crx文件

下載ClickUp: Tasks, Screenshots, Email, Time擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        ClickUp's revolutionary Chrome Extension replaces five separate apps, virtually allowing you to do anything!

1. Create Tasks & Save Websites as Tasks
2. Time Tracking: Easily attach time to ClickUp tasks
3. Screenshots: Capture, mark up, and edit screenshots
4. Email: Create tasks and attach emails to tasks
5. Notepad

ClickUp is free forever for up to 100MB of files storage.

Installing the Chrome Extension
1. Click ADD TO CHROME 
2. Click Add extension in the next popup 
3. Click the ClickUp extension icon at the top of your browser window.
4. Log in to your ClickUp Account
5. Select the Workspace(s) that should have access

Create Tasks & Saves Websites as Tasks

Creating a new task 
1. Select the "New Task" tab
2. Write a title for your task
3. Add assignees and a due date
4. Write a description for your task. (Pro tip: Use Markdown Shortcuts in your description fast rich text editing)
5. Click Create New Task 

Bookmark a site as a task
1. Click on the Bookmark  tab
2. This automatically sets the page title & URL as the task title 
3. You can also add a description here
4. Then you'll also be given the option to attach a screenshot of the website to the task by clicking Include screenshot 

Set a Default List
Save a default destination for tasks making this the fastest way to add new tasks!

Time Tracking: Easily attach time to ClickUp tasks

Simply locate a task in the extension and select it to begin tracking time. 

From the Time Spent window, you are able to view time logged on recent tasks and even remove time that was accidentally logged.

Back in the ClickUp task, the time has been logged, and we can even start the extension's timer from within the task.

Screenshots: capture, mark up, and edit screenshots

Capture
Capture your entire browser tab or select a certain area to add to a task or download to your computer

Attach
Attach the file to an existing task or create a new one

Mark Up
The extension grants you extremely detailed mark up functionality:

Paintbrush
- draw what you want on top of the screenshot
- set a color and brush size

Arrow, line, circle, square
- quickly add shapes to highlight areas of the screenshot
- set a color and brush size

Text
- add notes right onto a screenshot
- set a color, size, and substrate (background)

Blur
- select an area of the screen you would like to remain hidden. 

Numbers
- drop increasing numbered markers on your screenshot
- dragging and dropping allows you to create a box with the number
- perfect for sharing steps with a team member

Pointer
- select things you've already added to the screenshot and make adjustments
Undo / Redo

Attach to comments
1. Take a screenshot with the Chrome Extension
2. With the screenshot still in the extension, open a task in ClickUp
3. Open the comment editor
4. Click the "Chrome attachment" button

Email: Create tasks and attach emails to tasks

Capture an email
Click the Add to ClickUp button in your email to generate a full HTML record of the email.

Attach emails to tasks and create tasks from emails
ClickUp will attach the email to a task or create a brand new one with the email attachment included so you can quickly view, jump back, or download the email!

For more info, check out our doc on attaching emails to ClickUp!

Notepad

You can also access your ClickUp notes from any page. Open the extension to the Notepad tab, and all of your notes are available from ClickUp. Your notes will sync across all your devices. Use Markdown Shortcuts and Rich Text in any note.

When hovering over a note, you will be able to rename the note, archive, delete, and convert the note to a task.

While inside a note, at the bottom are the options to see earlier versions of the note, open the fullscreen editor, as well as the option to convert the note to a task.

Floating Button

The ClickUp button gives you quick access to the Notepad, Bookmarks, Screenshots, Time Tracking, and creating a task from any webpage.

To move the button, click and drag it to any spot on the page. 

To hide the button, hover over the x  icon. You can choose to hide the button for the current session, always for the current website you're on, or turn them off all together.                    

擴展基本資訊

名稱 ClickUp: Tasks, Screenshots, Email, Time ClickUp: Tasks, Screenshots, Email, Time
ID pliibjocnfmkagafnbkfcimonlnlpghj
官方網址 https://chromewebstore.google.com/detail/clickup-tasks-screenshots/pliibjocnfmkagafnbkfcimonlnlpghj
簡介 ClickUp is a productivity platform that makes your personal and work lives more productive, saving you time.
檔案大小 5.74 MB
安裝次數 237,760
目前版本 1.10.2
更新時間 2024-03-02
上架時間 2020-06-29
評分 3.84/5 共 141 次評分
開發者 https://clickup.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://clickup.com/
說明頁面URL https://clickup.com/help
隱私政策頁面URL https://clickup.com/privacy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "short_name": "__MSG_appName__",
    "description": "__MSG_appDescription__",
    "version": "1.10.2",
    "icons": {
        "16": "assets\/icon-16.png",
        "48": "assets\/icon-48.png",
        "128": "assets\/icon-128.png"
    },
    "default_locale": "en",
    "permissions": [
        "alarms",
        "identity",
        "storage",
        "unlimitedStorage",
        "tabs",
        "activeTab",
        "notifications",
        "contextMenus",
        "downloads",
        "scripting"
    ],
    "background": {
        "service_worker": "serviceWorker.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/app.clickup.com\/*"
            ],
            "css": [
                "inject\/content-script.css"
            ],
            "js": [
                "inject\/content-script.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "inject\/inject_main.css"
            ],
            "js": [
                "inject\/inject_main.js"
            ]
        }
    ],
    "commands": {
        "capture-full": {
            "suggested_key": {
                "default": "Ctrl+Shift+1"
            },
            "description": "Capture Full"
        },
        "capture-area": {
            "suggested_key": {
                "default": "Ctrl+Shift+2"
            },
            "description": "Capture Area"
        },
        "notepad": {
            "suggested_key": {
                "default": "Ctrl+Shift+N"
            },
            "description": "Notepad"
        }
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsukIpNYC+sJLzEmIhxwLsETloVHkNVLH6ZsLs2xMMBYqJ7MNoRTrsbBgZ\/PhUI\/qhoXNtHguaNxGoBqq91QbhRyXsULUAXJ2c5O33WkUR4JKy9lsn\/xY8JNHzPn0DgeQjRONCQnHHo65g7\/UuANY1FzrkGdAUOoHn\/8yr0F0RNv9Gd13Hd6n7MB65dvhDZvJNuc4X+VySD2g9Ub+iv9ft3siRgPQTEK+CgWWx428+T+7QaVGVdQy8fg8VLk1sRa8vBB2wynYZGvWaWb+N9t8etBu8RfkuczQIWeSjnuTdpf95XLUCp2Rk9wx11PpahKg2JrrC2Vebf5wm2NVsWG\/+wIDAQAB",
    "content_security_policy": {
        "extension_pages": "object-src 'self'; font-src 'self'; style-src 'self' 'unsafe-inline'; script-src 'self' 'wasm-unsafe-eval';",
        "sandbox": "sandbox allow-scripts; script-src 'self' 'unsafe-eval'"
    },
    "sandbox": {
        "pages": [
            "index.html#\/editor"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "*"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "action": {
        "default_icon": {
            "19": "assets\/icon-19.png",
            "38": "assets\/icon-38.png"
        },
        "default_title": "__MSG_appName__",
        "default_popup": "popup.html"
    },
    "host_permissions": [
        ""
    ]
}