ClickUp DIY version
Add task ID to board view. Unofficial enhancements. With Dark-Theme support. Update: More visible description Icon
Wat is ClickUp DIY version?
ClickUp DIY version is een Chrome-extensie ontwikkeld door https://ulrich.io, en de belangrijkste functie is "Add task ID to board view. Unofficial enhancements. With Dark-Theme support. Update: More visible description Icon".
Extensie Screenshots
Download het CRX-bestand van de extensie ClickUp DIY version
Download ClickUp DIY version-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
Update: More visible description Icon Add task ID to board view. Unofficial enhancements. With Dark-Theme support.
Basisinformatie over de Extensie
Naam | ClickUp DIY version |
ID | enaiopnhkbejfeffhpjolpmkkflbgdil |
Officiële URL | https://chromewebstore.google.com/detail/clickup-diy-version/enaiopnhkbejfeffhpjolpmkkflbgdil |
Beschrijving | Add task ID to board view. Unofficial enhancements. With Dark-Theme support. Update: More visible description Icon |
Bestandsgrootte | 6.61 KB |
Aantal Installaties | 27 |
Huidige Versie | 1.7 |
Laatst Bijgewerkt | 2019-02-18 |
Publicatiedatum | 2019-02-18 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | https://ulrich.io |
Betalingswijze | free |
Ondersteunde Talen | 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\/*" ] } ] } |