WebExtension.net
WebExtension.net

Canva Bulk Maker

View on Chrome Web Store
View Canva Bulk Maker Chrome Extension on Chrome Web Store
5.0 (3 ratings)

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Save time and produce efficiently with this tool! Batch create and download designs with automated variable processing on Canva.com
Type
Extension
Users
2,000 users
automatismworks
View author page of automatismworks
Published
Published on October 26, 2022
Version 1.1.9
Manifest version
3
Updated
Updated on July 23, 2023
View on Chrome Web Store
View Canva Bulk Maker Chrome Extension on Chrome Web Store
productivity/workflow
Extension Category

Extension Manifest

Copy manifest to clipboard
{
    "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"
    ]
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top