CoSchedule

CoSchedule helps you to create, publish, and share awesome content to social media.

CoSchedule란 무엇입니까?

CoSchedule은(는) https://coschedule.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "CoSchedule helps you to create, publish, and share awesome content to social media."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

CoSchedule 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Share and curate content from the web, sync and manage your social messages within your CoSchedule Calendar, and get full visibility of all your marketing projects.

CoSchedule helps more than 30,000 customers organize all their marketing in one place. As recognized with accolades from Inc. 5000, Gartner’s Magic Quadrant, and G2Crowd,
CoSchedule is one of the fastest-growing solutions for mid-market and enterprise companies seeking a unified marketing platform.

Marketing Calendar
A forever-free marketing calendar that helps you see, schedule, & share all your marketing in one place. Click here to get started with your free Marketing Calendar. https://coschedule.com/marketing-calendar

Marketing Suite
A family of agile marketing products that helps you coordinate your process, projects, and teams.

Calendar Organizer
Cross-functional calendar that brings global visibility to all of your projects. Create a unified workflow for every project inside the calendar for content, social, email, events, and more. 

Content Organizer
Ideate, plan, create, and publish all your content in one place. Generate quality headlines that draw in more traffic, every time. Organize your entire editorial calendar while integrating with your blog, email, and social platforms.

Work Organizer
Speed up project timelines, help your team reach their full potential by consistently meeting deadlines, and confidently plan production schedules.

Asset Organizer
Store, index, and share your files with digital asset management software for marketing teams.

Customer Testimonial
“Before CoSchedule, everything was scattered between emails & spreadsheets. With Marketing Calendar, I can easily organize all of my marketing and keep everyone on the same page.” - Beverly Cook, Director of Communications at NYC Leadership Center                    

확장 프로그램 기본 정보

이름 CoSchedule CoSchedule
ID cojlloeohkdmongfddeggmplibjannea
공식 URL https://chromewebstore.google.com/detail/coschedule/cojlloeohkdmongfddeggmplibjannea
설명 CoSchedule helps you to create, publish, and share awesome content to social media.
파일 크기 53.14 KB
설치 횟수 3,066
현재 버전 3.1.6
최근 업데이트 2024-01-10
출시 날짜 2019-04-30
평점 4.68/5 총 19 개의 평점
개발자 https://coschedule.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://coschedule.com
도움말 페이지 URL https://coschedule.com/help
개인정보 보호 정책 페이지 URL https://coschedule.com/terms
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "CoSchedule",
    "short_name": "CoSchedule",
    "version": "3.1.6",
    "description": "CoSchedule helps you to create, publish, and share awesome content to social media.",
    "homepage_url": "https:\/\/coschedule.com",
    "offline_enabled": false,
    "permissions": [
        "activeTab"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "action": {
        "default_icon": {
            "16": "icon_16.png",
            "48": "icon_48.png",
            "128": "icon_128.png"
        },
        "default_title": "Share via CoSchedule"
    },
    "background": {
        "service_worker": "service_worker.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "cos-chrome-extension.css"
            ],
            "js": [
                "jquery.min.js",
                "cos-chrome-extension-shared.js",
                "cos-chrome-extension.js"
            ]
        }
    ]
}