Udesly Template Configurator

Udesly Template Configurator

Udesly Template Configuratorคืออะไร?

Udesly Template Configurator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.udesly.com และคุณลักษณะหลักของมันคือ "Udesly Template Configurator"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Udesly Template Configurator

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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\/*"
            ]
        }
    ]
}