Canvas Titans
Canvas Titans makes it easy to use variable data from a CSV file to mass scale your designs and automate the downloads on Canva.com.
Cos'è Canvas Titans?
Canvas Titans è un'estensione di Chrome sviluppata da https://www.merchtitans.com, e la sua funzione principale è "Canvas Titans makes it easy to use variable data from a CSV file to mass scale your designs and automate the downloads on Canva.com.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Canvas Titans
Scarica i file di estensione Canvas Titans in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
With the Canvas Titans Chrome Extension, you can very easily create high quality scaleable designs on Canva.com, and completely automate the entire process of swapping out variables from a CSV spreadsheet and downloading your designs. No need to manually do this anymore. Our extension is perfect for designers that utilize Print on Demand platforms such as Merch by Amazon, Kindle Direct Publishing, RedBubble, Shopify, and more. It’s also great for Marketers or Influencers that need to create various scaleable graphics for Social Media, or Marketing purposes.
Informazioni di Base sull'Estensione
Nome | Canvas Titans |
ID | offeecbmmicbaplehihddpmgcjlekcgm |
URL Ufficiale | https://chromewebstore.google.com/detail/canvas-titans/offeecbmmicbaplehihddpmgcjlekcgm |
Descrizione | Canvas Titans makes it easy to use variable data from a CSV file to mass scale your designs and automate the downloads on Canva.com. |
Dimensione del File | 933 KB |
Conteggio Installazioni | 1,848 |
Versione Corrente | 1.0.6.5 |
Ultimo Aggiornamento | 2023-06-06 |
Data di Pubblicazione | 2020-04-09 |
Valutazione | 4.00/5 Totale 8 Valutazioni |
Sviluppatore | https://www.merchtitans.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://automation.merchtitans.com/canvas |
URL della Pagina della Politica sulla Privacy | https://merchtitans.com/privacy-policy |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Canvas Titans", "description": "Canvas Titans makes it easy to use variable data from a CSV file to mass scale your designs and automate the downloads on Canva.com.", "version": "1.0.6.5", "author": "Merch Titans", "icons": { "16": "icons\/16x16.png", "48": "icons\/48x48.png", "128": "icons\/128x128.png" }, "background": { "scripts": [ "popup.js" ], "persistent": true }, "permissions": [ "downloads", "https:\/\/www.canva.com\/*", "unlimitedStorage" ], "browser_action": { "default_popup": "popup.html" } } |