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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automate canva designs in bulk, create and download multiple design variations automatically"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Canva Automation | Make Designs | CanvasMate एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
आधिकारिक URL | 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\/*" ] } ] } |