ClickUp copy link

Copy ClickUp tasks as hyperlinks in a human readable format!

ClickUp copy link là gì?

ClickUp copy link là một tiện ích mở rộng Chrome được phát triển bởi Pavel Kaluhin, và tính năng chính của nó là "Copy ClickUp tasks as hyperlinks in a human readable format!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng ClickUp copy link

Tải xuống các tệp mở rộng ClickUp copy link dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        ClickUp one button copying - save your time and nerves for the more important things in your life!

Keeping everyone in context when you are discussing a project task can be time-consuming, considering how many stories one might be sharing and how much time it takes to share ClickUp task in a human readable format!

In hopes of saving everyone's time we've developed a free forever extension to allow you to share your project's tasks in a human readable format in a single click.
1. Select ClickUp task(s)
2. Press extension button
3. Have a task(s) ID and task's name topped of with a hyperlink in your clipboard.

Example: [ID-01] Super Important Task                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên ClickUp copy link ClickUp copy link
ID bkdneiplgadmfcakholoohfmgogjnnpb
URL Chính Thức https://chromewebstore.google.com/detail/clickup-copy-link/bkdneiplgadmfcakholoohfmgogjnnpb
Mô tả Copy ClickUp tasks as hyperlinks in a human readable format!
Kích Thước Tệp 20.07 KB
Số Lần Cài Đặt 415
Phiên Bản Hiện Tại 0.0.4
Cập Nhật Lần Cuối 2023-11-09
Ngày Phát Hành 2021-12-08
Đánh Giá 4.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Pavel Kaluhin
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.freeprivacypolicy.com/live/017d908f-9022-46c7-834b-4e2d2ab0e055
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ClickUp copy link",
    "version": "0.0.4",
    "description": "Copy ClickUp tasks as hyperlinks in a human readable format!",
    "icons": {
        "16": "assets\/icon_16.png",
        "32": "assets\/icon_32.png",
        "48": "assets\/icon_48.png",
        "128": "assets\/icon_128.png"
    },
    "manifest_version": 3,
    "action": {
        "default_title": "Press to copy card title with link"
    },
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "permissions": [
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/app.clickup.com\/t\/*"
    ]
}