COMPO Search
Compo Search utilizes AI and natural language technology to generate components for your Webflow Project
¿Qué es COMPO Search?
COMPO Search es una extensión de Chrome desarrollada por https://compo.ai, y su función principal es "Compo Search utilizes AI and natural language technology to generate components for your Webflow Project".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión COMPO Search
Descarga archivos de extensión COMPO Search en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | COMPO Search |
ID | fnacpojbpefeiienfbpcdbjiloakfhlb |
URL Oficial | https://chromewebstore.google.com/detail/compo-search/fnacpojbpefeiienfbpcdbjiloakfhlb |
Descripción | Compo Search utilizes AI and natural language technology to generate components for your Webflow Project |
Tamaño del Archivo | 1 MB |
Cantidad de Instalaciones | 122 |
Versión Actual | 0.2 |
Última Actualización | 2023-04-16 |
Fecha de Publicación | 2023-04-10 |
Desarrollador | https://compo.ai |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | http://www.compo.ai |
URL de la Página de Ayuda | http://www.compo.ai/support |
URL de la Página de Política de Privacidad | https://www.compo.ai/privacy |
Idiomas Soportados | 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" ] } ] } |