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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย automatismworks และคุณลักษณะหลักของมันคือ "Save time and produce efficiently with this tool! Batch create and download designs with automated variable processing on Canva.com"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Canva Bulk Maker
ดาวน์โหลดไฟล์ส่วนขยาย Canva Bulk Maker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
🚀 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 |
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" ] } |