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開發的Chrome擴展程式,該擴展的主要功能是“Save time and produce efficiently with this tool! Batch create and download designs with automated variable processing on Canva.com”。

擴展截圖

screenshot
screenshot

下載Canva Bulk Maker擴展crx文件

下載Canva Bulk Maker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        🚀 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
官方網址 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"
    ]
}