ClickUp DIY version

Add task ID to board view. Unofficial enhancements. With Dark-Theme support. Update: More visible description Icon

What is ClickUp DIY version?

ClickUp DIY version is a Chrome extension developed by https://ulrich.io, and its main feature is "Add task ID to board view. Unofficial enhancements. With Dark-Theme support. Update: More visible description Icon".

Extension Screenshots

screenshot

Download ClickUp DIY version Extension CRX File

Download ClickUp DIY version extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Update: More visible description Icon

Add task ID to board view. Unofficial enhancements. With Dark-Theme support.                    

Extension Basic Information

Name ClickUp DIY version ClickUp DIY version
ID enaiopnhkbejfeffhpjolpmkkflbgdil
Official URL https://chromewebstore.google.com/detail/clickup-diy-version/enaiopnhkbejfeffhpjolpmkkflbgdil
Description Add task ID to board view. Unofficial enhancements. With Dark-Theme support. Update: More visible description Icon
File Size 6.61 KB
Installation Count 27
Current Version 1.7
Last Updated 2019-02-18
Publish Date 2019-02-18
Rating 5.00/5 Total 1 Ratings
Developer https://ulrich.io
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ClickUp DIY version",
    "author": "refextu",
    "version": "1.7",
    "description": "Add task ID to board view. Unofficial enhancements. With Dark-Theme support. Update: More visible description Icon",
    "manifest_version": 2,
    "content_scripts": [
        {
            "css": [
                "style.css"
            ],
            "js": [
                "clipboard.js",
                "script.js"
            ],
            "matches": [
                "https:\/\/app.clickup.com\/*"
            ]
        }
    ]
}