Canva Automation | Make Designs | CanvasMate

Automate canva designs in bulk, create and download multiple design variations automatically

Canva Automation | Make Designs | CanvasMate란 무엇입니까?

Canva Automation | Make Designs | CanvasMate은(는) https://canvasmate.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automate canva designs in bulk, create and download multiple design variations automatically"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Canva Automation | Make Designs | CanvasMate 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Start automating your canva designs in bulk with the best Canva automation tool! 

Our tool will create multiple variations of your canva designs and have them download automatically. Just sit back, relax and let canvasmate get the job done!

Benefits:
- Create canva designs in bulk using a CSV 
- Create print on demand (POD) designs automatically 
- Use unlimited variables at once 
- Automatically download the files (option to save to folder as well!)
- Supports all output types available on canva
- In depth guide to get you started with automating your canva designs. 

CanvasMate is the secret weapon for print on demand sellers, marketers and entrepreneurs of all kinds! You can save lots of time by letting our tool do the hard work for you.

Canva is a trademark of Canva Pty Ltd. CanvasMate is not endorsed by, certified by, or affiliated with Canva                    

확장 프로그램 기본 정보

이름 Canva Automation | Make Designs | CanvasMate Canva Automation | Make Designs | CanvasMate
ID difanloajnlnchefpfpnblelbaaipahn
공식 URL https://chromewebstore.google.com/detail/canva-automation-make-des/difanloajnlnchefpfpnblelbaaipahn
설명 Automate canva designs in bulk, create and download multiple design variations automatically
파일 크기 394 KB
설치 횟수 566
현재 버전 1.0.1
최근 업데이트 2023-04-01
출시 날짜 2023-03-23
평점 3.00/5 총 4 개의 평점
개발자 https://canvasmate.io
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://canvasmate.io
도움말 페이지 URL https://help.canvasmate.io/contact
개인정보 보호 정책 페이지 URL https://canvasmate.io/privacy-policy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Canva Automation | Make Designs | CanvasMate",
    "description": "Automate canva designs in bulk, create and download multiple design variations automatically",
    "version": "1.0.1",
    "short_name": "Canva Automation | Make Designs | CanvasMate",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "icons": {
        "16": ".\/images\/16x16.png",
        "128": ".\/images\/128x128.png"
    },
    "action": {
        "default_icon": {
            "16": ".\/images\/16x16.png",
            "128": ".\/images\/128x128.png"
        },
        "default_popup": "popup.html",
        "default_title": "Canva Automation | Make Designs | CanvasMate"
    },
    "permissions": [
        "storage",
        "downloads"
    ],
    "content_scripts": [
        {
            "js": [
                "canva.bundle.js"
            ],
            "matches": [
                "*:\/\/*.canva.com\/*"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "canva.bundle.js",
                "css\/*",
                "images\/*",
                "js\/*"
            ],
            "matches": [
                "*:\/\/*.canva.com\/*"
            ]
        }
    ]
}