Canvas Titans

Canvas Titans makes it easy to use variable data from a CSV file to mass scale your designs and automate the downloads on Canva.com.

Canvas Titansคืออะไร?

Canvas Titans เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.merchtitans.com และคุณลักษณะหลักของมันคือ "Canvas Titans makes it easy to use variable data from a CSV file to mass scale your designs and automate the downloads on Canva.com."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Canvas Titans

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

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

                        With the Canvas Titans Chrome Extension, you can very easily create high quality scaleable designs on Canva.com, and completely automate the entire process of swapping out variables from a CSV spreadsheet and downloading your designs. No need to manually do this anymore. 

Our extension is perfect for designers that utilize Print on Demand platforms such as Merch by Amazon, Kindle Direct Publishing, RedBubble, Shopify, and more. It’s also great for Marketers or Influencers that need to create various scaleable graphics for Social Media, or Marketing purposes.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Canvas Titans Canvas Titans
ID offeecbmmicbaplehihddpmgcjlekcgm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/canvas-titans/offeecbmmicbaplehihddpmgcjlekcgm
คำอธิบาย Canvas Titans makes it easy to use variable data from a CSV file to mass scale your designs and automate the downloads on Canva.com.
ขนาดไฟล์ 933 KB
จำนวนการติดตั้ง 1,848
เวอร์ชันปัจจุบัน 1.0.6.5
อัปเดตครั้งล่าสุด 2023-06-06
วันที่เผยแพร่ 2020-04-09
คะแนน 4.00/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา https://www.merchtitans.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://automation.merchtitans.com/canvas
URL หน้านโยบายความเป็นส่วนตัว https://merchtitans.com/privacy-policy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Canvas Titans",
    "description": "Canvas Titans makes it easy to use variable data from a CSV file to mass scale your designs and automate the downloads on Canva.com.",
    "version": "1.0.6.5",
    "author": "Merch Titans",
    "icons": {
        "16": "icons\/16x16.png",
        "48": "icons\/48x48.png",
        "128": "icons\/128x128.png"
    },
    "background": {
        "scripts": [
            "popup.js"
        ],
        "persistent": true
    },
    "permissions": [
        "downloads",
        "https:\/\/www.canva.com\/*",
        "unlimitedStorage"
    ],
    "browser_action": {
        "default_popup": "popup.html"
    }
}