Udesly Template Configurator
Udesly Template Configurator
Udesly Template Configurator क्या है?
Udesly Template Configurator https://www.udesly.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Udesly Template Configurator"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Udesly Template Configurator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
ईमेल | [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\/*" ] } ] } |