Etsy Bestys - Auto Designer

Automate your Canva Workflow using the Auto Designer. Change text, colour, and font styles in Bulk. Perfect for Print on Demand…

Etsy Bestys - Auto Designer란 무엇입니까?

Etsy Bestys - Auto Designer은(는) etsy.bestys에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automate your Canva Workflow using the Auto Designer. Change text, colour, and font styles in Bulk. Perfect for Print on Demand…"입니다.

확장 프로그램 스크린샷

screenshot

Etsy Bestys - Auto Designer 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Automate your Canva Workflow using the Auto Designer. Change text, colour, and font styles in Bulk. Perfect for Print on Demand designs, for any one making Printable Planners and even if your making digital downloads to sell on etsy.                    

확장 프로그램 기본 정보

이름 Etsy Bestys - Auto Designer Etsy Bestys - Auto Designer
ID kghlcmeafecabckhonkfgmnlkodmplme
공식 URL https://chromewebstore.google.com/detail/etsy-bestys-auto-designer/kghlcmeafecabckhonkfgmnlkodmplme
설명 Automate your Canva Workflow using the Auto Designer. Change text, colour, and font styles in Bulk. Perfect for Print on Demand…
파일 크기 56.69 KB
설치 횟수 32
현재 버전 1.6.6
최근 업데이트 2022-02-09
출시 날짜 2022-01-15
개발자 etsy.bestys
이메일 [email protected]
결제 유형 in_app
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Etsy Bestys - Auto Designer",
    "version": "1.6.6",
    "description": "",
    "manifest_version": 3,
    "incognito": "split",
    "icons": {
        "128": "icons\/icon.png"
    },
    "action": {
        "default_icon": "icons\/icon.png",
        "default_popup": "popup\/index.html"
    },
    "permissions": [
        "tabs",
        "storage",
        "scripting",
        "notifications"
    ],
    "host_permissions": [
        "https:\/\/www.canva.com\/*",
        "https:\/\/etsybestys.herokuapp.com\/*"
    ],
    "background": {
        "service_worker": "workerLoader.js"
    }
}