ClickUp copy link
Copy ClickUp tasks as hyperlinks in a human readable format!
什么是ClickUp copy link?
ClickUp copy link是由Pavel Kaluhin开发的Chrome扩展程序,该扩展的主要功能是“Copy ClickUp tasks as hyperlinks in a human readable format!”。
扩展截图
下载ClickUp copy link扩展crx文件
下载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 扩展基本信息
| 名称 | |
| 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 |
| 电子邮箱 | [email protected] |
| 付费类型 | 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\/*"
]
} | |