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…”。

扩展截图

screenshot

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