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.
什麼是Canvas Titans?
Canvas Titans是由https://www.merchtitans.com開發的Chrome擴展程式,該擴展的主要功能是“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.”。
擴展截圖
下載Canvas Titans擴展crx文件
下載Canvas Titans擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | Canvas Titans |
ID | offeecbmmicbaplehihddpmgcjlekcgm |
官方網址 | https://chromewebstore.google.com/detail/canvas-titans/offeecbmmicbaplehihddpmgcjlekcgm |
簡介 | 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. |
檔案大小 | 933 KB |
安裝次數 | 1,848 |
目前版本 | 1.0.6.5 |
更新時間 | 2023-06-06 |
上架時間 | 2020-04-09 |
評分 | 4.00/5 共 8 次評分 |
開發者 | https://www.merchtitans.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://automation.merchtitans.com/canvas |
隱私政策頁面URL | https://merchtitans.com/privacy-policy |
支援的語言 | 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" } } |