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 |
公式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 |
Eメール | [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" } } |