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.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Color Columns for monday.com

قم بتنزيل ملفات الامتداد Color Columns for monday.com بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        ✅ 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 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
عنوان صفحة المساعدة https://forms.monday.com/forms/ca383417e37165ae83d846ba4a5cd008?r=euc1
عنوان صفحة سياسة الخصوصية 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
        }
    ]
}