Color Columns for monday.com
Cluster any monday.com board columns with your favorite color.
Color Columns for monday.comคืออะไร?
Color Columns for monday.com เป็นส่วนขยายของ Chrome ที่พัฒนาโดย binatica.contact และคุณลักษณะหลักของมันคือ "Cluster any monday.com board columns with your favorite color."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Color Columns for monday.com
ดาวน์โหลดไฟล์ส่วนขยาย Color Columns for monday.com ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
✅ 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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Color Columns for monday.com |
ID | ppmgnhokgfmnmjnnakemmffkdbgnchep |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/color-columns-for-mondayc/ppmgnhokgfmnmjnnakemmffkdbgnchep |
คำอธิบาย | Cluster any monday.com board columns with your favorite color. |
ขนาดไฟล์ | 149 KB |
จำนวนการติดตั้ง | 78 |
เวอร์ชันปัจจุบัน | 1.0.4 |
อัปเดตครั้งล่าสุด | 2023-10-01 |
วันที่เผยแพร่ | 2023-08-16 |
คะแนน | 3.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | binatica.contact |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้าช่วยเหลือ | https://forms.monday.com/forms/ca383417e37165ae83d846ba4a5cd008?r=euc1 |
URL หน้านโยบายความเป็นส่วนตัว | https://www.binatica.com/privacy-policy |
ภาษาที่รองรับ | 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 } ] } |