COMPO Search
Compo Search utilizes AI and natural language technology to generate components for your Webflow Project
Wat is COMPO Search?
COMPO Search is een Chrome-extensie ontwikkeld door https://compo.ai, en de belangrijkste functie is "Compo Search utilizes AI and natural language technology to generate components for your Webflow Project".
Extensie Screenshots
Download het CRX-bestand van de extensie COMPO Search
Download COMPO Search-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | COMPO Search |
ID | fnacpojbpefeiienfbpcdbjiloakfhlb |
Officiële URL | https://chromewebstore.google.com/detail/compo-search/fnacpojbpefeiienfbpcdbjiloakfhlb |
Beschrijving | Compo Search utilizes AI and natural language technology to generate components for your Webflow Project |
Bestandsgrootte | 1 MB |
Aantal Installaties | 122 |
Huidige Versie | 0.2 |
Laatst Bijgewerkt | 2023-04-16 |
Publicatiedatum | 2023-04-10 |
Ontwikkelaar | https://compo.ai |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://www.compo.ai |
Help Pagina-URL | http://www.compo.ai/support |
URL van de Privacybeleid Pagina | https://www.compo.ai/privacy |
Ondersteunde Talen | 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" ] } ] } |