COMPO Search

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

ما هو COMPO Search؟

COMPO Search هو إضافة Chrome تم تطويرها بواسطة https://compo.ai، والميزة الرئيسية لها هي "Compo Search utilizes AI and natural language technology to generate components for your Webflow Project".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة COMPO Search

قم بتنزيل ملفات الامتداد COMPO Search بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم COMPO Search COMPO Search
ID fnacpojbpefeiienfbpcdbjiloakfhlb
عنوان URL الرسمي https://chromewebstore.google.com/detail/compo-search/fnacpojbpefeiienfbpcdbjiloakfhlb
الوصف Compo Search utilizes AI and natural language technology to generate components for your Webflow Project
حجم الملف 1 MB
عدد التثبيتات 122
النسخة الحالية 0.2
آخر تحديث 2023-04-16
تاريخ النشر 2023-04-10
المطور https://compo.ai
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://www.compo.ai
عنوان صفحة المساعدة http://www.compo.ai/support
عنوان صفحة سياسة الخصوصية https://www.compo.ai/privacy
اللغات المدعومة 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"
            ]
        }
    ]
}