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…

Qu'est-ce que Etsy Bestys - Auto Designer ?

Etsy Bestys - Auto Designer est une extension Chrome développée par etsy.bestys, et sa fonction principale est "Automate your Canva Workflow using the Auto Designer. Change text, colour, and font styles in Bulk. Perfect for Print on Demand…".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Etsy Bestys - Auto Designer

Téléchargez les fichiers d'extension Etsy Bestys - Auto Designer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Etsy Bestys - Auto Designer Etsy Bestys - Auto Designer
ID kghlcmeafecabckhonkfgmnlkodmplme
URL Officiel https://chromewebstore.google.com/detail/etsy-bestys-auto-designer/kghlcmeafecabckhonkfgmnlkodmplme
Description Automate your Canva Workflow using the Auto Designer. Change text, colour, and font styles in Bulk. Perfect for Print on Demand…
Taille du Fichier 56.69 KB
Nombre d'Installations 32
Version Actuelle 1.6.6
Dernière Mise à Jour 2022-02-09
Date de Publication 2022-01-15
Développeur etsy.bestys
Email [email protected]
Type de Paiement in_app
Langues Prises en Charge 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"
    }
}