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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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\/*" ] } |