Color Columns for monday.com
Cluster any monday.com board columns with your favorite color.
Color Columns for monday.com là gì?
Color Columns for monday.com là một tiện ích mở rộng Chrome được phát triển bởi binatica.contact, và tính năng chính của nó là "Cluster any monday.com board columns with your favorite color.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Color Columns for monday.com
Tải xuống các tệp mở rộng Color Columns for monday.com dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
✅ Mark Columns: Mark specific columns as automation columns, or other logics as your choice. ✅ Enhanced Readability: Say farewell to monotonous boards! Color Columns provides visual cues, making data and tasks easier to digest, enhancing team collaboration, and improving overall productivity. ✅ Column Clustering: Organize and group relevant columns with color-coded clusters, simplifying complex projects and bringing clarity to your boards. ✅ Data Tracking Made Easy: Effortlessly track progress, deadlines, and milestones with our user-friendly color shading system. Never miss a beat and keep everyone in sync. ✅ Productivity Amplified: With a more intuitive and visually appealing interface, your team can focus on achieving goals faster and with greater efficiency.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Color Columns for monday.com |
ID | ppmgnhokgfmnmjnnakemmffkdbgnchep |
URL Chính Thức | https://chromewebstore.google.com/detail/color-columns-for-mondayc/ppmgnhokgfmnmjnnakemmffkdbgnchep |
Mô tả | Cluster any monday.com board columns with your favorite color. |
Kích Thước Tệp | 149 KB |
Số Lần Cài Đặt | 78 |
Phiên Bản Hiện Tại | 1.0.4 |
Cập Nhật Lần Cuối | 2023-10-01 |
Ngày Phát Hành | 2023-08-16 |
Đánh Giá | 3.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | binatica.contact |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Trợ Giúp | https://forms.monday.com/forms/ca383417e37165ae83d846ba4a5cd008?r=euc1 |
URL Trang Chính Sách Bảo Mật | https://www.binatica.com/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Color Columns for monday.com", "version": "1.0.4", "description": "Cluster any monday.com board columns with your favorite color.", "action": { "default_title": "Color Columns", "default_popup": "index.html" }, "content_scripts": [ { "js": [ "assets\/main.tsx-loader.b36003de.js" ], "matches": [ "https:\/\/*.monday.com\/*" ], "run_at": "document_end", "media": [], "css": [ "assets\/main.5265c558.css" ] } ], "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "web_accessible_resources": [ { "matches": [ "https:\/\/*.monday.com\/*" ], "resources": [ "assets\/main.tsx.47795e97.js" ], "use_dynamic_url": true } ] } |