WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
ClickUp: Tasks, Screenshots, Email, Time

ClickUp: Tasks, Screenshots, Email, Time

View on Chrome Web Store
View ClickUp: Tasks, Screenshots, Email, Time Chrome Extension on Chrome Web Store
Add to bookmarks
2.6 (384 ratings)
1 new ratings
14 views
This extension has been viewed 14 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

ClickUp is a productivity platform that makes your personal and work lives more productive, saving you time.
Type
Extension
Users
200,000 users
100K
ClickUp
View author page of ClickUp
Published
Published on May 11, 2018
Version 1.10.18
Manifest version
3
Updated
Updated on August 25, 2025
productivity/workflow
Extension Category
Website
Visit developer website
View on Chrome Web Store
View ClickUp: Tasks, Screenshots, Email, Time Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "short_name": "__MSG_appName__",
    "description": "__MSG_appDescription__",
    "version": "1.10.18",
    "icons": {
        "16": "assets\/icon-16.png",
        "48": "assets\/icon-48.png",
        "128": "assets\/icon-128.png"
    },
    "default_locale": "en",
    "permissions": [
        "alarms",
        "identity",
        "storage",
        "unlimitedStorage",
        "tabs",
        "activeTab",
        "notifications",
        "contextMenus",
        "downloads",
        "scripting",
        "cookies"
    ],
    "background": {
        "service_worker": "serviceWorker.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/app.clickup.com\/*"
            ],
            "css": [
                "inject\/content-script.css"
            ],
            "js": [
                "inject\/datadog-logging-content.js",
                "inject\/content-script.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "inject\/inject_main.css"
            ],
            "js": [
                "inject\/datadog-logging-content.js",
                "inject\/inject_main.js"
            ]
        }
    ],
    "commands": {
        "capture-full": {
            "suggested_key": {
                "default": "Ctrl+Shift+1"
            },
            "description": "Capture Full"
        },
        "capture-area": {
            "suggested_key": {
                "default": "Ctrl+Shift+2"
            },
            "description": "Capture Area"
        },
        "notepad": {
            "suggested_key": {
                "default": "Ctrl+Shift+N"
            },
            "description": "Notepad"
        }
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsukIpNYC+sJLzEmIhxwLsETloVHkNVLH6ZsLs2xMMBYqJ7MNoRTrsbBgZ\/PhUI\/qhoXNtHguaNxGoBqq91QbhRyXsULUAXJ2c5O33WkUR4JKy9lsn\/xY8JNHzPn0DgeQjRONCQnHHo65g7\/UuANY1FzrkGdAUOoHn\/8yr0F0RNv9Gd13Hd6n7MB65dvhDZvJNuc4X+VySD2g9Ub+iv9ft3siRgPQTEK+CgWWx428+T+7QaVGVdQy8fg8VLk1sRa8vBB2wynYZGvWaWb+N9t8etBu8RfkuczQIWeSjnuTdpf95XLUCp2Rk9wx11PpahKg2JrrC2Vebf5wm2NVsWG\/+wIDAQAB",
    "content_security_policy": {
        "extension_pages": "object-src 'self'; font-src 'self'; style-src 'self' 'unsafe-inline'; script-src 'self' 'wasm-unsafe-eval';",
        "sandbox": "sandbox allow-scripts; script-src 'self' 'unsafe-eval'"
    },
    "sandbox": {
        "pages": [
            "index.html#\/editor"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "*"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "action": {
        "default_icon": {
            "19": "assets\/icon-19.png",
            "38": "assets\/icon-38.png"
        },
        "default_title": "__MSG_appName__",
        "default_popup": "popup.html"
    },
    "host_permissions": [
        "<all_urls>"
    ]
}
© 2026 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top