COMPO Search
Compo Search utilizes AI and natural language technology to generate components for your Webflow Project
Vad är COMPO Search?
COMPO Search är en Chrome-tillägg utvecklad av https://compo.ai, och dess huvudfunktion är "Compo Search utilizes AI and natural language technology to generate components for your Webflow Project".
Tilläggsskärmbilder
Ladda ner COMPO Search-förlängningens CRX-fil
Ladda ner COMPO Search-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | COMPO Search |
ID | fnacpojbpefeiienfbpcdbjiloakfhlb |
Officiell webbadress | https://chromewebstore.google.com/detail/compo-search/fnacpojbpefeiienfbpcdbjiloakfhlb |
Beskrivning | Compo Search utilizes AI and natural language technology to generate components for your Webflow Project |
Filstorlek | 1 MB |
Antal Installationer | 122 |
Aktuell Version | 0.2 |
Senast Uppdaterad | 2023-04-16 |
Publiceringsdatum | 2023-04-10 |
Utvecklare | https://compo.ai |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | http://www.compo.ai |
Hjälpsida URL | http://www.compo.ai/support |
URL till Sekretesspolicy Sidan | https://www.compo.ai/privacy |
Stödda Språk | 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" ] } ] } |