COMPO Search

Compo Search utilizes AI and natural language technology to generate components for your Webflow Project

Qu'est-ce que COMPO Search ?

COMPO Search est une extension Chrome développée par https://compo.ai, et sa fonction principale est "Compo Search utilizes AI and natural language technology to generate components for your Webflow Project".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension COMPO Search

Téléchargez les fichiers d'extension COMPO Search au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom COMPO Search COMPO Search
ID fnacpojbpefeiienfbpcdbjiloakfhlb
URL Officiel https://chromewebstore.google.com/detail/compo-search/fnacpojbpefeiienfbpcdbjiloakfhlb
Description Compo Search utilizes AI and natural language technology to generate components for your Webflow Project
Taille du Fichier 1 MB
Nombre d'Installations 122
Version Actuelle 0.2
Dernière Mise à Jour 2023-04-16
Date de Publication 2023-04-10
Développeur https://compo.ai
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://www.compo.ai
URL de la Page d'Aide http://www.compo.ai/support
URL de la Page de Politique de Confidentialité https://www.compo.ai/privacy
Langues Prises en Charge 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"
            ]
        }
    ]
}