To-Doist for ClickUp
Building an extension
What is To-Doist for ClickUp?
To-Doist for ClickUp is a Chrome extension developed by pandeysandeep1190, and its main feature is "Building an extension".
Extension Screenshots
Download To-Doist for ClickUp Extension CRX File
Download To-Doist for ClickUp 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
To-Doist for Click Up, is a task manager made on the API's for Click Up. Main features include having track of your spaces, teams, folders and tasks. CRUD operations for tasks on Click Up have been implemented. So have a go at managing your tasks without having to visit Click Up. All you need to do is connect your Workspaces.
Extension Basic Information
Name | To-Doist for ClickUp |
ID | gcmkhojblfbdnaldkbnneddnanbjgmbi |
Official URL | https://chromewebstore.google.com/detail/to-doist-for-clickup/gcmkhojblfbdnaldkbnneddnanbjgmbi |
Description | Building an extension |
File Size | 197 KB |
Installation Count | 351 |
Current Version | 1.2 |
Last Updated | 2022-09-27 |
Publish Date | 2022-09-19 |
Rating | 5.00/5 Total 1 Ratings |
Developer | pandeysandeep1190 |
[email protected] | |
Payment Type | free |
Supported Languages | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "To-Doist for ClickUp", "description": "Building an extension", "version": "1.2", "manifest_version": 3, "icons": { "16": "size16.png", "48": "size48.png", "128": "size128.png" }, "action": { "default_popup": "popup.html", "default_icon": "size48.png" }, "background": { "service_worker": "eventPage.js", "type": "module" }, "permissions": [ "storage", "tabs" ], "host_permissions": [ "https:\/\/api.clickup.com\/*" ] } |