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."입니다.

확장 프로그램 스크린샷

screenshot

Color Columns for monday.com 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
도움말 페이지 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
        }
    ]
}