COMPO Search

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

Apa itu COMPO Search?

COMPO Search adalah ekstensi Chrome yang dikembangkan oleh https://compo.ai, dan fitur utamanya adalah "Compo Search utilizes AI and natural language technology to generate components for your Webflow Project".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi COMPO Search

Unduh file ekstensi COMPO Search dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama COMPO Search COMPO Search
ID fnacpojbpefeiienfbpcdbjiloakfhlb
URL Resmi https://chromewebstore.google.com/detail/compo-search/fnacpojbpefeiienfbpcdbjiloakfhlb
Deskripsi Compo Search utilizes AI and natural language technology to generate components for your Webflow Project
Ukuran File 1 MB
Jumlah Instalasi 122
Versi Saat Ini 0.2
Terakhir Diperbarui 2023-04-16
Tanggal Publikasi 2023-04-10
Pengembang https://compo.ai
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://www.compo.ai
URL Halaman Bantuan http://www.compo.ai/support
URL Halaman Kebijakan Privasi https://www.compo.ai/privacy
Bahasa yang Didukung 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"
            ]
        }
    ]
}