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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://canvasmate.io, και η κύρια λειτουργία του είναι "Automate canva designs in bulk, create and download multiple design variations automatically".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Canva Automation | Make Designs | CanvasMate

Λήψη αρχείων επέκτασης 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 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\/*"
            ]
        }
    ]
}