COMPO Search
Compo Search utilizes AI and natural language technology to generate components for your Webflow Project
Was ist COMPO Search?
COMPO Search ist eine Chrome-Erweiterung, die von https://compo.ai entwickelt wurde, und ihr Hauptmerkmal ist "Compo Search utilizes AI and natural language technology to generate components for your Webflow Project".
Erweiterungsscreenshots
COMPO Search-Erweiterungs-CRX-Datei herunterladen
Laden Sie COMPO Search-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | COMPO Search |
ID | fnacpojbpefeiienfbpcdbjiloakfhlb |
Offizielle URL | https://chromewebstore.google.com/detail/compo-search/fnacpojbpefeiienfbpcdbjiloakfhlb |
Beschreibung | Compo Search utilizes AI and natural language technology to generate components for your Webflow Project |
Dateigröße | 1 MB |
Installationsanzahl | 122 |
Aktuelle Version | 0.2 |
Letztes Update | 2023-04-16 |
Veröffentlichungsdatum | 2023-04-10 |
Entwickler | https://compo.ai |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | http://www.compo.ai |
Hilfeseite URL | http://www.compo.ai/support |
URL der Datenschutzrichtlinien-Seite | https://www.compo.ai/privacy |
Unterstützte Sprachen | 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" ] } ] } |