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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย etsy.bestys และคุณลักษณะหลักของมันคือ "Automate your Canva Workflow using the Auto Designer. Change text, colour, and font styles in Bulk. Perfect for Print on Demand…"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Etsy Bestys - Auto Designer

ดาวน์โหลดไฟล์ส่วนขยาย Etsy Bestys - Auto Designer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    }
}