Udesly Template Configurator

Udesly Template Configurator

¿Qué es Udesly Template Configurator?

Udesly Template Configurator es una extensión de Chrome desarrollada por https://www.udesly.com, y su función principal es "Udesly Template Configurator".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Udesly Template Configurator

Descarga archivos de extensión Udesly Template Configurator en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        This extension automatically adds custom attributes to your Webflow project (you can use it with any Webflow templates – CMS & Ecommerce included!). Once the design is finished, you only have to export the code and convert it to Shopify, WordPress, Jamstack or Ghost themes thanks to the Udesly App.

Follow these simple steps:
1) Install the Chrome extension on your browser;
2) Open your Webflow project;
3) Click on the Udesly Chrome Extension icon;
4) Choose the CMS you want to integrate with;
5) Wait the magic configuration...
6) If everything is ok, export the code from Webflow;
7) Go to the Udesly App and choose the integration you need;
8) Upload the Webflow .zip and the Theme .config file (generated by the Chrome Extension)
9) Click on the convert button and start the conversion;
10) Once done, download the converted theme and upload it to Shopify, WordPress, Ghost or Netlify CMS

NOTE: This extension works with the Udesly App. 
You can use it on the Webflow designer pages only.                    

Información Básica de la Extensión

Nombre Udesly Template Configurator Udesly Template Configurator
ID khhgdnefpkphamogndglabaalbpfidbf
URL Oficial https://chromewebstore.google.com/detail/udesly-template-configura/khhgdnefpkphamogndglabaalbpfidbf
Descripción Udesly Template Configurator
Tamaño del Archivo 91.23 KB
Cantidad de Instalaciones 6,051
Versión Actual 1.1.7
Última Actualización 2024-01-29
Fecha de Publicación 2020-11-04
Calificación 4.00/5 Total de 8 Calificaciones
Desarrollador https://www.udesly.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.udesly.com/
URL de la Página de Ayuda https://www.udesly.com/help-center/
URL de la Página de Política de Privacidad https://www.udesly.com/privacy-policy
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Udesly Template Configurator",
    "description": "Udesly Template Configurator",
    "version": "1.1.7",
    "action": {
        "default_icon": "icon.png",
        "default_title": "Udesly Template Configurator"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/webflow.com\/design\/*",
                "https:\/\/*.design.webflow.com\/*"
            ],
            "js": [
                "js\/content_script.js"
            ]
        }
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "permissions": [
        "scripting",
        "declarativeContent"
    ],
    "host_permissions": [
        "https:\/\/webflow.com\/design\/*",
        "https:\/\/*.design.webflow.com\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "js\/udesly-main.js"
            ],
            "matches": [
                "https:\/\/webflow.com\/*",
                "https:\/\/*.design.webflow.com\/*"
            ]
        }
    ]
}