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 là gì?

Copy School Sidekick là một tiện ích mở rộng Chrome được phát triển bởi https://copyhackers.com, và tính năng chính của nó là "Exclusively for students of Copy School by Copyhackers! The easiest way to get copy training to help you deliver better results.…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Copy School Sidekick

Tải xuống các tệp mở rộng Copy School Sidekick dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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).                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Copy School Sidekick Copy School Sidekick
ID nahgfmjkngfaalmnckadobkkjonmchhc
URL Chính Thức https://chromewebstore.google.com/detail/copy-school-sidekick/nahgfmjkngfaalmnckadobkkjonmchhc
Mô tả Exclusively for students of Copy School by Copyhackers! The easiest way to get copy training to help you deliver better results.…
Kích Thước Tệp 468 KB
Số Lần Cài Đặt 387
Phiên Bản Hiện Tại 0.1.1
Cập Nhật Lần Cuối 2021-04-15
Ngày Phát Hành 2021-03-22
Nhà Phát Triển https://copyhackers.com
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://copyschool.copyhackers.com
URL Trang Chính Sách Bảo Mật https://copyhackers.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}