COMPO Search

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

Co to jest COMPO Search?

COMPO Search to rozszerzenie Chrome opracowane przez https://compo.ai, a jego główną funkcją jest „Compo Search utilizes AI and natural language technology to generate components for your Webflow Project”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia COMPO Search

Pobierz pliki rozszerzeń COMPO Search w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa COMPO Search COMPO Search
ID fnacpojbpefeiienfbpcdbjiloakfhlb
Oficjalny URL https://chromewebstore.google.com/detail/compo-search/fnacpojbpefeiienfbpcdbjiloakfhlb
Opis Compo Search utilizes AI and natural language technology to generate components for your Webflow Project
Rozmiar pliku 1 MB
Liczba instalacji 122
Aktualna Wersja 0.2
Ostatnia Aktualizacja 2023-04-16
Data Publikacji 2023-04-10
Deweloper https://compo.ai
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia http://www.compo.ai
Adres URL Strony Pomocy http://www.compo.ai/support
Adres URL Strony Polityki Prywatności https://www.compo.ai/privacy
Obsługiwane Języki 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"
            ]
        }
    ]
}