To-Doist for ClickUp
Building an extension
Wat is To-Doist for ClickUp?
To-Doist for ClickUp is een Chrome-extensie ontwikkeld door pandeysandeep1190, en de belangrijkste functie is "Building an extension".
Extensie Screenshots
Download het CRX-bestand van de extensie To-Doist for ClickUp
Download To-Doist for ClickUp-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | To-Doist for ClickUp |
ID | gcmkhojblfbdnaldkbnneddnanbjgmbi |
Officiële URL | https://chromewebstore.google.com/detail/to-doist-for-clickup/gcmkhojblfbdnaldkbnneddnanbjgmbi |
Beschrijving | Building an extension |
Bestandsgrootte | 197 KB |
Aantal Installaties | 351 |
Huidige Versie | 1.2 |
Laatst Bijgewerkt | 2022-09-27 |
Publicatiedatum | 2022-09-19 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | pandeysandeep1190 |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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\/*" ] } |