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.

Qu'est-ce que Canvas Titans ?

Canvas Titans est une extension Chrome développée par https://www.merchtitans.com, et sa fonction principale est "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.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Canvas Titans

Téléchargez les fichiers d'extension Canvas Titans au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Canvas Titans Canvas Titans
ID offeecbmmicbaplehihddpmgcjlekcgm
URL Officiel https://chromewebstore.google.com/detail/canvas-titans/offeecbmmicbaplehihddpmgcjlekcgm
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.
Taille du Fichier 933 KB
Nombre d'Installations 1,848
Version Actuelle 1.0.6.5
Dernière Mise à Jour 2023-06-06
Date de Publication 2020-04-09
Évaluation 4.00/5 Total 8 Évaluations
Développeur https://www.merchtitans.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://automation.merchtitans.com/canvas
URL de la Page de Politique de Confidentialité https://merchtitans.com/privacy-policy
Langues Prises en Charge 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"
    }
}