COMPO Search

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

Что такое COMPO Search?

COMPO Search - это расширение Chrome, разработанное https://compo.ai, и его основная функция - "Compo Search utilizes AI and natural language technology to generate components for your Webflow Project".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения COMPO Search

Скачайте файлы расширений COMPO Search в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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"
            ]
        }
    ]
}