Canva Automation | Make Designs | CanvasMate
Automate canva designs in bulk, create and download multiple design variations automatically
什麼是Canva Automation | Make Designs | CanvasMate?
Canva Automation | Make Designs | CanvasMate是由https://canvasmate.io開發的Chrome擴展程式,該擴展的主要功能是“Automate canva designs in bulk, create and download multiple design variations automatically”。
擴展截圖
下載Canva Automation | Make Designs | CanvasMate擴展crx文件
下載Canva Automation | Make Designs | CanvasMate擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Start automating your canva designs in bulk with the best Canva automation tool! Our tool will create multiple variations of your canva designs and have them download automatically. Just sit back, relax and let canvasmate get the job done! Benefits: - Create canva designs in bulk using a CSV - Create print on demand (POD) designs automatically - Use unlimited variables at once - Automatically download the files (option to save to folder as well!) - Supports all output types available on canva - In depth guide to get you started with automating your canva designs. CanvasMate is the secret weapon for print on demand sellers, marketers and entrepreneurs of all kinds! You can save lots of time by letting our tool do the hard work for you. Canva is a trademark of Canva Pty Ltd. CanvasMate is not endorsed by, certified by, or affiliated with Canva
擴展基本資訊
名稱 | Canva Automation | Make Designs | CanvasMate |
ID | difanloajnlnchefpfpnblelbaaipahn |
官方網址 | https://chromewebstore.google.com/detail/canva-automation-make-des/difanloajnlnchefpfpnblelbaaipahn |
簡介 | Automate canva designs in bulk, create and download multiple design variations automatically |
檔案大小 | 394 KB |
安裝次數 | 566 |
目前版本 | 1.0.1 |
更新時間 | 2023-04-01 |
上架時間 | 2023-03-23 |
評分 | 3.00/5 共 4 次評分 |
開發者 | https://canvasmate.io |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://canvasmate.io |
說明頁面URL | https://help.canvasmate.io/contact |
隱私政策頁面URL | https://canvasmate.io/privacy-policy |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Canva Automation | Make Designs | CanvasMate", "description": "Automate canva designs in bulk, create and download multiple design variations automatically", "version": "1.0.1", "short_name": "Canva Automation | Make Designs | CanvasMate", "background": { "service_worker": "background.bundle.js" }, "icons": { "16": ".\/images\/16x16.png", "128": ".\/images\/128x128.png" }, "action": { "default_icon": { "16": ".\/images\/16x16.png", "128": ".\/images\/128x128.png" }, "default_popup": "popup.html", "default_title": "Canva Automation | Make Designs | CanvasMate" }, "permissions": [ "storage", "downloads" ], "content_scripts": [ { "js": [ "canva.bundle.js" ], "matches": [ "*:\/\/*.canva.com\/*" ], "run_at": "document_end", "all_frames": false } ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "web_accessible_resources": [ { "resources": [ "canva.bundle.js", "css\/*", "images\/*", "js\/*" ], "matches": [ "*:\/\/*.canva.com\/*" ] } ] } |