Udesly Template Configurator

Udesly Template Configurator

什麼是Udesly Template Configurator?

Udesly Template Configurator是由https://www.udesly.com開發的Chrome擴展程式,該擴展的主要功能是“Udesly Template Configurator”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Udesly Template Configurator擴展crx文件

下載Udesly Template Configurator擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Udesly Template Configurator Udesly Template Configurator
ID khhgdnefpkphamogndglabaalbpfidbf
官方網址 https://chromewebstore.google.com/detail/udesly-template-configura/khhgdnefpkphamogndglabaalbpfidbf
簡介 Udesly Template Configurator
檔案大小 91.23 KB
安裝次數 6,051
目前版本 1.1.7
更新時間 2024-01-29
上架時間 2020-11-04
評分 4.00/5 共 8 次評分
開發者 https://www.udesly.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.udesly.com/
說明頁面URL https://www.udesly.com/help-center/
隱私政策頁面URL https://www.udesly.com/privacy-policy
支援的語言 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\/*"
            ]
        }
    ]
}