Udesly Template Configurator
Udesly Template Configurator
Udesly Template Configuratorとは何ですか?
Udesly Template Configuratorはhttps://www.udesly.comによって開発されたChromeの拡張機能で、その主な機能は「Udesly Template Configurator」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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\/*" ] } ] } |