Copy School Sidekick

Exclusively for students of Copy School by Copyhackers! The easiest way to get copy training to help you deliver better results.…

Copy School Sidekick란 무엇입니까?

Copy School Sidekick은(는) https://copyhackers.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Exclusively for students of Copy School by Copyhackers! The easiest way to get copy training to help you deliver better results.…"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Copy School Sidekick 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Exclusively for students of Copy School by Copyhackers! The easiest way to get copy training to help you deliver better results.

With Copy School Sidekick, you get the step-by-step copywriting training you need most from your Copy School membership at your fingertips. So you stop guessing once and for all.

1. Click the Copy School button in your Google Docs toolbar (or click the extension icon on any web page).
2. Use the filters to choose what you’re working on.
3. Watch the lesson roadmap Copy School Sidekick serves you - this is the fastest step-by-step path toward your goal. 
4. Come back to your Google Doc, equipped to execute.

Any time you want expert guidance from an elite team of pros, open up Copy School Sidekick. And fast-track your way to successful execution.

Copy School is trusted by over 3000 students, including:

- Small business owners
- Entrepreneurs
- In-house copywriters
- Freelance copywriters
- Digital marketers
- Growth marketers
- And entire marketing teams

Choose your project asset, task and goal. Get targeted training. Execute confidently, like the pro we know you are. And deliver the stellar results you’ve only dreamed of (until now).                    

확장 프로그램 기본 정보

이름 Copy School Sidekick Copy School Sidekick
ID nahgfmjkngfaalmnckadobkkjonmchhc
공식 URL https://chromewebstore.google.com/detail/copy-school-sidekick/nahgfmjkngfaalmnckadobkkjonmchhc
설명 Exclusively for students of Copy School by Copyhackers! The easiest way to get copy training to help you deliver better results.…
파일 크기 468 KB
설치 횟수 387
현재 버전 0.1.1
최근 업데이트 2021-04-15
출시 날짜 2021-03-22
개발자 https://copyhackers.com
이메일 [email protected]
결제 유형 in_app
확장 프로그램 웹 사이트 https://copyschool.copyhackers.com
개인정보 보호 정책 페이지 URL https://copyhackers.com/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Copy School Sidekick",
    "version": "0.1.1",
    "author": "Steven Luke",
    "icons": {
        "128": "icon-128.png"
    },
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]"
        }
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/docs.google.com\/*"
            ],
            "js": [
                "js\/inject.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon-128.png"
    },
    "permissions": [
        "",
        "storage"
    ],
    "web_accessible_resources": [
        "embedded.html"
    ]
}