COMPO Search

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

COMPO Search là gì?

COMPO Search là một tiện ích mở rộng Chrome được phát triển bởi https://compo.ai, và tính năng chính của nó là "Compo Search utilizes AI and natural language technology to generate components for your Webflow Project".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng COMPO Search

Tải xuống các tệp mở rộng COMPO Search 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

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên COMPO Search COMPO Search
ID fnacpojbpefeiienfbpcdbjiloakfhlb
URL Chính Thức https://chromewebstore.google.com/detail/compo-search/fnacpojbpefeiienfbpcdbjiloakfhlb
Mô tả Compo Search utilizes AI and natural language technology to generate components for your Webflow Project
Kích Thước Tệp 1 MB
Số Lần Cài Đặt 122
Phiên Bản Hiện Tại 0.2
Cập Nhật Lần Cuối 2023-04-16
Ngày Phát Hành 2023-04-10
Nhà Phát Triển https://compo.ai
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://www.compo.ai
URL Trang Trợ Giúp http://www.compo.ai/support
URL Trang Chính Sách Bảo Mật https://www.compo.ai/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}