Canva Automation - Auto Canva Maker

Automate your Canva designs with variables, generate multiple variants in batches, download them automatically at canva.com.

Τι είναι το Canva Automation - Auto Canva Maker;

Το Canva Automation - Auto Canva Maker είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Infzen, και η κύρια λειτουργία του είναι "Automate your Canva designs with variables, generate multiple variants in batches, download them automatically at canva.com.".

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

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Canva Automation - Auto Canva Maker

Λήψη αρχείων επέκτασης Canva Automation - Auto Canva Maker σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        You can batch design in Canva. You can create a generic design on canva.com, then mark the content variables you want to replace, then fill the templated variables with the variables in a CSV-formatted file. It will automatically generate and download automatically one by one.

Canva Automation - Auto Canva Maker, is a great automate helper bot for print-on-demand (POD). 
It is great for designers of Print on Demand (POD) platforms such as merch by amazon, Etsy, Shopify, etc. 
It's also great for marketers or influencers who need to create a variety of scalable graphics for social media(such as Facebook, Instagram, Pinterest) or marketing purposes.

🆕 New Update v1.2.6
✓ Fix some issues

# Features
✓ Automate Make & Download
✓ Support multi-page design
✓ Multiple variables supported at once
✓ Supports File types: JPG, PNG, PDF, SVG(requires Canva Pro), etc.
✓ Download PNG designs with Transparent background (requires Canva Pro)
✓ Support skipping some csv rows
✓ Sample template CSV file included
✓ Download files to the same directory

# FAQ
https://canvaautomation.converts.cc#faq
If you have any problems, don't hesitate to contact us at [email protected].

# Data Privacy
All the data you process is on your local computer and never passes through our servers.

# Statement
CANVA is a trademark of Canva, LLC. Canva Automation - Auto Canva Maker is not affiliated with, endorsed, sponsored, or otherwise related to CANVA, Inc. or any of its affiliates or subsidiaries.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Canva Automation - Auto Canva Maker Canva Automation - Auto Canva Maker
ID mpebbageafacikpcpinonhfbkbpfhipn
Επίσημο URL https://chromewebstore.google.com/detail/canva-automation-auto-can/mpebbageafacikpcpinonhfbkbpfhipn
Περιγραφή Automate your Canva designs with variables, generate multiple variants in batches, download them automatically at canva.com.
Μέγεθος Αρχείου 1.36 MB
Αριθμός Εγκαταστάσεων 10,116
Τρέχουσα Έκδοση 1.2.6
Τελευταία Ενημέρωση 2024-02-08
Ημερομηνία Δημοσίευσης 2022-10-26
Αξιολόγηση 4.20/5 Συνολικά 5 Αξιολογήσεις
Προγραμματιστής Infzen
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://canvaautomation.converts.cc/
URL της Σελίδας Πολιτικής Απορρήτου https://converts.cc/privacy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Canva Automation - Auto Canva Maker",
    "description": "Automate your Canva designs with variables, generate multiple variants in batches, download them automatically at canva.com.",
    "version": "1.2.6",
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/mpebbageafacikpcpinonhfbkbpfhipn",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqz5O2LInM0lvpRwnNaTyuv9ajK+Ha52ZMIAWdYHLlidxZ8mqilHWFK0v4a9Jq2ZQcxAdkbCjcOHQ4aY2LuF7a\/24KDvINHPx\/fIX5KlKLzel8lY1G6ZyRLdgB5cNSRxjHdd\/IfqdZVgtY4LPw5FOr+u5CLEpqdDDRPplPLLL9rrzzIKSOgul9vVcbHj6gFlJpcjUEIs7\/8hbJO24XddI2HstBM6kbwCuSo7A\/w0qu8xfNc0f\/hi\/HeXuiCGspHQLt2m6CzbWUwAIrhUPQttGcrnk679uohUGRKZfoIDJUJvuD+dBqZo43OhpNei\/XbkKkYQZadDf3kG\/ltYqaxMm3wIDAQAB",
    "manifest_version": 3,
    "oauth2": {
        "client_id": "375918619570-8fkap2d1jterd1t9jtqo8sip25oagc69.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ],
        "web_client_id": "375918619570-uk4b0lmteoqcqumo466l77kcbpsp4f0i.apps.googleusercontent.com"
    },
    "background": {
        "service_worker": "service-worker.js"
    },
    "icons": {
        "16": "public\/lib\/images\/logo_16.png",
        "32": "public\/lib\/images\/logo_32.png",
        "48": "public\/lib\/images\/logo_48.png",
        "128": "public\/lib\/images\/logo_128.png"
    },
    "permissions": [
        "storage",
        "identity",
        "downloads"
    ],
    "host_permissions": [
        "https:\/\/*.canva.com\/*",
        "*:\/\/*.converts.cc\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.canva.com\/*"
            ],
            "js": [
                "public\/lib\/js\/jquery-3.5.1.min.js",
                "Content.js"
            ],
            "css": [
                "css\/Content.css"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "ijsource.js",
                "img\/*",
                "public\/lib\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "action": {
        "default_popup": "popup.html"
    }
}