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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    ]
}