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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "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
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Canvas Titans एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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 Canvas Titans
ID offeecbmmicbaplehihddpmgcjlekcgm
आधिकारिक URL 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"
    }
}