Canva Automation
Canva Automation for Print on Demand (POD) helps you create multiple Canva designs at once from CSV data using variables
Co je Canva Automation?
Canva Automation je rozšíření Chrome vyvinuté Sprise, a jeho hlavní funkcí je „Canva Automation for Print on Demand (POD) helps you create multiple Canva designs at once from CSV data using variables“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Canva Automation
Stáhněte si soubory rozšíření Canva Automation ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
🥱 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]
Základní Informace o Rozšíření
Název | |
ID | obbfblgldihklpicgleoopelekeiiejo |
Oficiální URL | https://chrome.google.com/webstore/detail/canva-automation/obbfblgldihklpicgleoopelekeiiejo |
Popis | Canva Automation for Print on Demand (POD) helps you create multiple Canva designs at once from CSV data using variables |
Velikost souboru | 25.13 KB |
Počet instalací | 338 |
Aktuální Verze | 1.1 |
Poslední Aktualizace | 2022-05-28 |
Datum Vydání | 2022-02-17 |
Hodnocení | 1.00/5 Celkem 2 Hodnocení |
Vývojář | Sprise |
[email protected] | |
Typ Platby | in_app |
URL Stránky Nápovědy | https://mail.google.com/mail/u/0/[email protected]&tf=cm |
Podporované Jazyky | 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" } } |