To-Doist for ClickUp
Building an extension
Cos'è To-Doist for ClickUp?
To-Doist for ClickUp è un'estensione di Chrome sviluppata da pandeysandeep1190, e la sua funzione principale è "Building an extension".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione To-Doist for ClickUp
Scarica i file di estensione To-Doist for ClickUp in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | To-Doist for ClickUp |
ID | gcmkhojblfbdnaldkbnneddnanbjgmbi |
URL Ufficiale | https://chromewebstore.google.com/detail/to-doist-for-clickup/gcmkhojblfbdnaldkbnneddnanbjgmbi |
Descrizione | Building an extension |
Dimensione del File | 197 KB |
Conteggio Installazioni | 351 |
Versione Corrente | 1.2 |
Ultimo Aggiornamento | 2022-09-27 |
Data di Pubblicazione | 2022-09-19 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | pandeysandeep1190 |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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\/*" ] } |