COMPO Search

Compo Search utilizes AI and natural language technology to generate components for your Webflow Project

COMPO Search란 무엇입니까?

COMPO Search은(는) https://compo.ai에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Compo Search utilizes AI and natural language technology to generate components for your Webflow Project"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

COMPO Search 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Discover the AI Component-Driven platform that gives you the freedom to create, design, manage and develop your web presence exactly the way you want, all with a single line of text inside Webflow. Copy and Paste the ai-based search result into your project. With over 1000+ components, create any type of Webflow-based layouts and edit the work directly inside the dom.                    

확장 프로그램 기본 정보

이름 COMPO Search COMPO Search
ID fnacpojbpefeiienfbpcdbjiloakfhlb
공식 URL https://chromewebstore.google.com/detail/compo-search/fnacpojbpefeiienfbpcdbjiloakfhlb
설명 Compo Search utilizes AI and natural language technology to generate components for your Webflow Project
파일 크기 1 MB
설치 횟수 122
현재 버전 0.2
최근 업데이트 2023-04-16
출시 날짜 2023-04-10
개발자 https://compo.ai
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://www.compo.ai
도움말 페이지 URL http://www.compo.ai/support
개인정보 보호 정책 페이지 URL https://www.compo.ai/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "COMPO Search",
    "action": [],
    "manifest_version": 3,
    "version": "0.2",
    "description": " Compo Search utilizes AI and natural language technology to generate components for your Webflow Project",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/webflow.com\/design\/*"
            ],
            "js": [
                "public\/jquery.1.10.2.min.js",
                "content.js",
                "dist\/js\/chunk-vendors.js",
                "dist\/js\/app.js"
            ],
            "css": [
                "style.css",
                "dist\/css\/app.css"
            ]
        }
    ]
}