Color Columns for monday.com

Cluster any monday.com board columns with your favorite color.

Was ist Color Columns for monday.com?

Color Columns for monday.com ist eine Chrome-Erweiterung, die von binatica.contact entwickelt wurde, und ihr Hauptmerkmal ist "Cluster any monday.com board columns with your favorite color.".

Erweiterungsscreenshots

screenshot

Color Columns for monday.com-Erweiterungs-CRX-Datei herunterladen

Laden Sie Color Columns for monday.com-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Color Columns for monday.com Color Columns for monday.com
ID ppmgnhokgfmnmjnnakemmffkdbgnchep
Offizielle URL https://chromewebstore.google.com/detail/color-columns-for-mondayc/ppmgnhokgfmnmjnnakemmffkdbgnchep
Beschreibung Cluster any monday.com board columns with your favorite color.
Dateigröße 149 KB
Installationsanzahl 78
Aktuelle Version 1.0.4
Letztes Update 2023-10-01
Veröffentlichungsdatum 2023-08-16
Bewertung 3.00/5 Insgesamt 1 Bewertungen
Entwickler binatica.contact
E-Mail [email protected]
Zahlungsart free
Hilfeseite URL https://forms.monday.com/forms/ca383417e37165ae83d846ba4a5cd008?r=euc1
URL der Datenschutzrichtlinien-Seite https://www.binatica.com/privacy-policy
Unterstützte Sprachen 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
        }
    ]
}