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ファイルをダウンロード

Copy School Sidekick拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
    ]
}