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
官方URL 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": [
        ""
    ]
}