Canva Automation

Canva Automation for Print on Demand (POD) helps you create multiple Canva designs at once from CSV data using variables

什么是Canva Automation?

Canva Automation是由Sprise开发的Chrome扩展程序,该扩展的主要功能是“Canva Automation for Print on Demand (POD) helps you create multiple Canva designs at once from CSV data using variables”。

扩展截图

screenshot

下载Canva Automation扩展crx文件

下载Canva Automation扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        🥱 Tired of wasting time by manually creating multiple Canva designs for your POD business one by one?

👕 Canva Automation for Print on Demand (POD) enables you to scale your Print on Demand business by mass generating Canva designs using variables and data from CSV files.

🎨 Canva Automation features
✓ Works with any kind of design and font combination
✓ Supports multiple variables at once
✓ Download PNG designs without background (requires Canva subscription)
✓ Navigating to other tabs or apps  while designs are generating won’t cause the app to stop
✓ Multiple output types supported: PNG, JPG, PDF Standard and PDF Print
✓ Example template CSV file included
✓ Option to name folder where batch of designs are saved after processing
✓ All data is saved to local storage
✓ Fast and light

⚙️ How does Canva Automation work?
Canva Automation for Print on Demand (POD) automates your Canva designs with variables. After creating a single, generic design, it fills in the template variables with the ones from a CSV type file. Thus, you can scale your Print-on-Demand business by unlocking the potential to automate your designs.

🤔 How to use the Canva Automation for Print on Demand (POD) Extension?
Step 1. First, install the Canva Automation for Print on Demand (POD) extension from the Chrome Web Store (click on “Add to Chrome”)
Step 2. Visit the Canva design page
Step 3. Click on the green icon resembling a T-Shirt with a robot face design on it to open Canva Automation
Step 4. Click on the “Download Template” link to download the template CSV file
Step 5. Create your design and include the variables in the columns from your template.csv file in your design
Step 6. Open the template.csv file with your desired sheet editor and change the variables as you please. You can remove or add columns containing variables as you see fit. Once you’re finished, don’t forget to save your CSV file
Step 7. Click on the “Choose File” button and pick the template.csv file that you just edited
Step 8. Pick your desired output file type
Step 9. If you have a Canva PRO membership you can choose to download PNG designs without background, if so please leave the checkbox checked, otherwise please consider unchecking it (otherwise the app may not work accordingly)
Step 10. Optionally, you can specify the name of the folder where your designs will be saved for the current run
Step 11. Click on the purple “Start” button to start generating your designs

💡 Good to know
— Unlike other extensions, you can leave the Canva design tab while the designs are generating. However, please make sure to not close your browser entirely or the Canva design tab while the extension is actively working.
— If you intend to use multiple variables for your design, please make sure to include words that do not closely resemble each other in the template.csv file. By doing so, it may cause the extension to stop working properly (due to a Canva limitation).

💳 Pricing
Canva Automation for Print on Demand (POD) is the most affordable solution on the market. Generate unlimited designs at just $5/month. No account required to sign up, and you can cancel at any time, hassle-free!

🏆 How does Canva Automation for Print on Demand (POD) compare with Canvas Titans, Automate POD or Canva Automate Maker?
Canva Automation for Print on Demand (POD) is a feature-rich, redundancy-free, privacy-focused solution and probably the most affordable solution for mass scaling your Canva designs. Start using Canva Automation for Print on Demand (POD) within seconds without signing up for an account!

🔒 Privacy Policy
Please note that our extension accesses web pages information. The extracted data is stored only in your local storage. We do not have access to your data.

📝 Disclaimer 
Canva Automation for Print on Demand (POD) does NOT belong or is related to the official Canva application/website in any way. It is an unofficial app that is developed and maintained independently.

👋 Contact
If you have any questions or concerns, feel free to contact [email protected]                    

扩展基本信息

名称 Canva Automation Canva Automation
ID obbfblgldihklpicgleoopelekeiiejo
官方URL https://chrome.google.com/webstore/detail/canva-automation/obbfblgldihklpicgleoopelekeiiejo
简介 Canva Automation for Print on Demand (POD) helps you create multiple Canva designs at once from CSV data using variables
文件大小 25.13 KB
安装次数 338
当前版本 1.1
更新时间 2022-05-28
上架时间 2022-02-17
评分 1.00/5 共2次评分
开发者 Sprise
电子邮箱 [email protected]
付费类型 in_app
帮助页面URL https://mail.google.com/mail/u/0/[email protected]&tf=cm
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Canva Automation",
    "description": "Canva Automation for Print on Demand (POD) helps you create multiple Canva designs at once from CSV data using variables",
    "version": "1.1",
    "manifest_version": 3,
    "background": {
        "service_worker": "assets\/js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/canva.com\/*",
                "*:\/\/www.canva.com\/*"
            ],
            "js": [
                "assets\/js\/content.js"
            ],
            "all_frames": true
        }
    ],
    "permissions": [
        "storage",
        "downloads"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*.html",
                "*.css",
                "*.js"
            ],
            "matches": [
                "*:\/\/*.canva.com\/*"
            ]
        }
    ],
    "action": {
        "default_icon": {
            "16": "assets\/img\/icon-16x16.png",
            "32": "assets\/img\/icon-32x32.png"
        }
    },
    "icons": {
        "16": "assets\/img\/icon-16x16.png",
        "32": "assets\/img\/icon-32x32.png",
        "128": "assets\/img\/icon-128x128.png"
    }
}