COMPO Search
Compo Search utilizes AI and natural language technology to generate components for your Webflow Project
Hvad er COMPO Search?
COMPO Search er en Chrome-udvidelse udviklet af https://compo.ai, og dens hovedfunktion er "Compo Search utilizes AI and natural language technology to generate components for your Webflow Project".
Udvidelsesskærmbilleder
Download COMPO Search-udvidelses-CRX-fil
Download COMPO Search-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | COMPO Search |
ID | fnacpojbpefeiienfbpcdbjiloakfhlb |
Officiel URL | https://chromewebstore.google.com/detail/compo-search/fnacpojbpefeiienfbpcdbjiloakfhlb |
Beskrivelse | Compo Search utilizes AI and natural language technology to generate components for your Webflow Project |
Filstørrelse | 1 MB |
Antal Installationer | 122 |
Nuværende Version | 0.2 |
Senest Opdateret | 2023-04-16 |
Udgivelsesdato | 2023-04-10 |
Udvikler | https://compo.ai |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | http://www.compo.ai |
Hjælpeside-URL | http://www.compo.ai/support |
URL til Fortrolighedspolitik Side | https://www.compo.ai/privacy |
Understøttede Sprog | 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" ] } ] } |