ClickUp DIY version
Add task ID to board view. Unofficial enhancements. With Dark-Theme support. Update: More visible description Icon
Vad är ClickUp DIY version?
ClickUp DIY version är en Chrome-tillägg utvecklad av https://ulrich.io, och dess huvudfunktion är "Add task ID to board view. Unofficial enhancements. With Dark-Theme support. Update: More visible description Icon".
Tilläggsskärmbilder
Ladda ner ClickUp DIY version-förlängningens CRX-fil
Ladda ner ClickUp DIY version-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Update: More visible description Icon Add task ID to board view. Unofficial enhancements. With Dark-Theme support.
Grundläggande Information om Tillägg
Namn | ClickUp DIY version |
ID | enaiopnhkbejfeffhpjolpmkkflbgdil |
Officiell webbadress | https://chromewebstore.google.com/detail/clickup-diy-version/enaiopnhkbejfeffhpjolpmkkflbgdil |
Beskrivning | Add task ID to board view. Unofficial enhancements. With Dark-Theme support. Update: More visible description Icon |
Filstorlek | 6.61 KB |
Antal Installationer | 27 |
Aktuell Version | 1.7 |
Senast Uppdaterad | 2019-02-18 |
Publiceringsdatum | 2019-02-18 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | https://ulrich.io |
Betalningssätt | free |
Stödda Språk | 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\/*" ] } ] } |