ClickUp DIY version
Add task ID to board view. Unofficial enhancements. With Dark-Theme support. Update: More visible description Icon
Cos'è ClickUp DIY version?
ClickUp DIY version è un'estensione di Chrome sviluppata da https://ulrich.io, e la sua funzione principale è "Add task ID to board view. Unofficial enhancements. With Dark-Theme support. Update: More visible description Icon".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione ClickUp DIY version
Scarica i file di estensione ClickUp DIY version 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
Update: More visible description Icon Add task ID to board view. Unofficial enhancements. With Dark-Theme support.
Informazioni di Base sull'Estensione
Nome | ClickUp DIY version |
ID | enaiopnhkbejfeffhpjolpmkkflbgdil |
URL Ufficiale | https://chromewebstore.google.com/detail/clickup-diy-version/enaiopnhkbejfeffhpjolpmkkflbgdil |
Descrizione | Add task ID to board view. Unofficial enhancements. With Dark-Theme support. Update: More visible description Icon |
Dimensione del File | 6.61 KB |
Conteggio Installazioni | 27 |
Versione Corrente | 1.7 |
Ultimo Aggiornamento | 2019-02-18 |
Data di Pubblicazione | 2019-02-18 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | https://ulrich.io |
Tipo di Pagamento | free |
Lingue Supportate | 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\/*" ] } ] } |