ClickUp copy link

Copy ClickUp tasks as hyperlinks in a human readable format!

ClickUp copy linkคืออะไร?

ClickUp copy link เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Pavel Kaluhin และคุณลักษณะหลักของมันคือ "Copy ClickUp tasks as hyperlinks in a human readable format!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ClickUp copy link

ดาวน์โหลดไฟล์ส่วนขยาย ClickUp copy link ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ ClickUp copy link ClickUp copy link
ID bkdneiplgadmfcakholoohfmgogjnnpb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/clickup-copy-link/bkdneiplgadmfcakholoohfmgogjnnpb
คำอธิบาย Copy ClickUp tasks as hyperlinks in a human readable format!
ขนาดไฟล์ 20.07 KB
จำนวนการติดตั้ง 415
เวอร์ชันปัจจุบัน 0.0.4
อัปเดตครั้งล่าสุด 2023-11-09
วันที่เผยแพร่ 2021-12-08
คะแนน 4.67/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Pavel Kaluhin
อีเมล p.kalugin@paralect.com
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://www.freeprivacypolicy.com/live/017d908f-9022-46c7-834b-4e2d2ab0e055
ภาษาที่รองรับ 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\/*"
    ]
}