COMPO Search
Compo Search utilizes AI and natural language technology to generate components for your Webflow Project
O que é COMPO Search?
COMPO Search é uma extensão do Chrome desenvolvida por https://compo.ai, e sua principal característica é "Compo Search utilizes AI and natural language technology to generate components for your Webflow Project".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão COMPO Search
Baixe arquivos de extensão COMPO Search no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | COMPO Search |
ID | fnacpojbpefeiienfbpcdbjiloakfhlb |
URL Oficial | https://chromewebstore.google.com/detail/compo-search/fnacpojbpefeiienfbpcdbjiloakfhlb |
Descrição | Compo Search utilizes AI and natural language technology to generate components for your Webflow Project |
Tamanho do Arquivo | 1 MB |
Contagem de Instalações | 122 |
Versão Atual | 0.2 |
Última Atualização | 2023-04-16 |
Data de Publicação | 2023-04-10 |
Desenvolvedor | https://compo.ai |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | http://www.compo.ai |
URL da Página de Ajuda | http://www.compo.ai/support |
URL da Página de Política de Privacidade | https://www.compo.ai/privacy |
Idiomas Suportados | 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" ] } ] } |