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…”。
擴展截圖
下載Etsy Bestys - Auto Designer擴展crx文件
下載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 |
ID | kghlcmeafecabckhonkfgmnlkodmplme |
官方網址 | 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" } } |