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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 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\/*"
            ]
        }
    ]
}