COMPO Search
Compo Search utilizes AI and natural language technology to generate components for your Webflow Project
Cos'è COMPO Search?
COMPO Search è un'estensione di Chrome sviluppata da https://compo.ai, e la sua funzione principale è "Compo Search utilizes AI and natural language technology to generate components for your Webflow Project".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione COMPO Search
Scarica i file di estensione COMPO Search in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | COMPO Search |
ID | fnacpojbpefeiienfbpcdbjiloakfhlb |
URL Ufficiale | https://chromewebstore.google.com/detail/compo-search/fnacpojbpefeiienfbpcdbjiloakfhlb |
Descrizione | Compo Search utilizes AI and natural language technology to generate components for your Webflow Project |
Dimensione del File | 1 MB |
Conteggio Installazioni | 122 |
Versione Corrente | 0.2 |
Ultimo Aggiornamento | 2023-04-16 |
Data di Pubblicazione | 2023-04-10 |
Sviluppatore | https://compo.ai |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://www.compo.ai |
URL della Pagina di Aiuto | http://www.compo.ai/support |
URL della Pagina della Politica sulla Privacy | https://www.compo.ai/privacy |
Lingue Supportate | 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" ] } ] } |