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
官方網址 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"
    ]
}