Canva Bulk Maker

Save time and produce efficiently with this tool! Batch create and download designs with automated variable processing on Canva.com

Qu'est-ce que Canva Bulk Maker ?

Canva Bulk Maker est une extension Chrome développée par automatismworks, et sa fonction principale est "Save time and produce efficiently with this tool! Batch create and download designs with automated variable processing on Canva.com".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Canva Bulk Maker

Téléchargez les fichiers d'extension Canva Bulk Maker 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

                        🚀 Want to break free from Canva's repetitive tasks? Try Canva Bulk Maker! You can use Canva.com more efficiently by creating a generic design, indicating the content variables that need to be changed, and adding templated variables with data from a CSV file. With just one click, you can batch produce and download them, saving you time and effort!

🔥 Features:

-   Automated making and downloading
-   Supports multiple variables concurrently
-   Generates templates CSV based on the number of variables

👁️ Data Privacy:

All data is processed locally on your computer, never going through our web server, so nobody knows what you have stored, and your data is always secure!

💡 Support:

If you need help or have any questions, please contact us at [email protected]. We'll get back to you as soon as possible!                    

Informations de Base sur l'Extension

Nom Canva Bulk Maker Canva Bulk Maker
ID nhdgaomkmgjojgbmkcjgmepckanfnkoj
URL Officiel https://chromewebstore.google.com/detail/canva-bulk-maker/nhdgaomkmgjojgbmkcjgmepckanfnkoj
Description Save time and produce efficiently with this tool! Batch create and download designs with automated variable processing on Canva.com
Taille du Fichier 668 KB
Nombre d'Installations 2,299
Version Actuelle 1.1.9
Dernière Mise à Jour 2023-07-23
Date de Publication 2022-10-25
Évaluation 5.00/5 Total 3 Évaluations
Développeur automatismworks
Email [email protected]
Type de Paiement in_app
Site Web de l'Extension https://automatism.works/canva-bulk-maker/
URL de la Page de Politique de Confidentialité http://automatism.works/dtools/privacy-policy.html
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Canva Bulk Maker",
    "description": "Save time and produce efficiently with this tool! Batch create and download designs with automated variable processing on Canva.com",
    "version": "1.1.9",
    "manifest_version": 3,
    "icons": {
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "action": {
        "default_title": "Canva Bulk Maker",
        "default_popup": "popup\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.canva.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "cont.css",
                "spectre.min.css"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        "https:\/\/automatism.works\/",
        "https:\/\/*.canva.com\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "inject.js"
            ],
            "matches": [
                "*:\/\/*.canva.com\/*"
            ]
        }
    ],
    "permissions": [
        "storage",
        "downloads",
        "activeTab",
        "scripting"
    ]
}