Canva Bulk Maker

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

Canva Bulk Maker क्या है?

Canva Bulk Maker automatismworks द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Save time and produce efficiently with this tool! Batch create and download designs with automated variable processing on Canva.com"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

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

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

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

                        🚀 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!                    

एक्सटेंशन की मूल जानकारी

नाम Canva Bulk Maker Canva Bulk Maker
ID nhdgaomkmgjojgbmkcjgmepckanfnkoj
आधिकारिक URL https://chromewebstore.google.com/detail/canva-bulk-maker/nhdgaomkmgjojgbmkcjgmepckanfnkoj
विवरण Save time and produce efficiently with this tool! Batch create and download designs with automated variable processing on Canva.com
फ़ाइल का आकार 668 KB
स्थापना संख्या 2,299
वर्तमान संस्करण 1.1.9
अंतिम अपडेट 2023-07-23
प्रकाशन तिथि 2022-10-25
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर automatismworks
ईमेल [email protected]
भुगतान के प्रकार in_app
एक्सटेंशन वेबसाइट https://automatism.works/canva-bulk-maker/
गोपनीयता नीति पृष्ठ URL http://automatism.works/dtools/privacy-policy.html
समर्थित भाषाएँ 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"
    ]
}