COMPO Search
Compo Search utilizes AI and natural language technology to generate components for your Webflow Project
What is COMPO Search?
COMPO Search is a Chrome extension developed by https://compo.ai, and its main feature is "Compo Search utilizes AI and natural language technology to generate components for your Webflow Project".
Extension Screenshots
Download COMPO Search Extension CRX File
Download COMPO Search extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | COMPO Search |
ID | fnacpojbpefeiienfbpcdbjiloakfhlb |
Official URL | https://chromewebstore.google.com/detail/compo-search/fnacpojbpefeiienfbpcdbjiloakfhlb |
Description | Compo Search utilizes AI and natural language technology to generate components for your Webflow Project |
File Size | 1 MB |
Installation Count | 122 |
Current Version | 0.2 |
Last Updated | 2023-04-16 |
Publish Date | 2023-04-10 |
Developer | https://compo.ai |
[email protected] | |
Payment Type | free |
Extension Website | http://www.compo.ai |
Help Page URL | http://www.compo.ai/support |
Privacy Policy Page URL | https://www.compo.ai/privacy |
Supported Languages | 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" ] } ] } |