Udesly Template Configurator
Udesly Template Configurator
Udesly Template Configurator là gì?
Udesly Template Configurator là một tiện ích mở rộng Chrome được phát triển bởi https://www.udesly.com, và tính năng chính của nó là "Udesly Template Configurator".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Udesly Template Configurator
Tải xuống các tệp mở rộng Udesly Template Configurator dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Udesly Template Configurator |
ID | khhgdnefpkphamogndglabaalbpfidbf |
URL Chính Thức | https://chromewebstore.google.com/detail/udesly-template-configura/khhgdnefpkphamogndglabaalbpfidbf |
Mô tả | Udesly Template Configurator |
Kích Thước Tệp | 91.23 KB |
Số Lần Cài Đặt | 6,051 |
Phiên Bản Hiện Tại | 1.1.7 |
Cập Nhật Lần Cuối | 2024-01-29 |
Ngày Phát Hành | 2020-11-04 |
Đánh Giá | 4.00/5 Tổng số 8 Đánh Giá |
Nhà Phát Triển | https://www.udesly.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.udesly.com/ |
URL Trang Trợ Giúp | https://www.udesly.com/help-center/ |
URL Trang Chính Sách Bảo Mật | https://www.udesly.com/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } ] } |