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是由binatica.contact開發的Chrome擴展程式,該擴展的主要功能是“Cluster any monday.com board columns with your favorite color.”。
擴展截圖
下載Color Columns for monday.com擴展crx文件
下載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. 擴展基本資訊
| 名稱 | |
| ID | ppmgnhokgfmnmjnnakemmffkdbgnchep |
| 官方網址 | 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
}
]
} | |