Groove AI

Our extension allows you to access the power of AI through your browser.

ما هو Groove AI؟

Groove AI هو إضافة Chrome تم تطويرها بواسطة https://groove.ai، والميزة الرئيسية لها هي "Our extension allows you to access the power of AI through your browser.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Groove AI

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

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

                        Elevate Your Browsing Experience with Groove.ai chrome extension.
Experience the future of browsing with Groove.AI, your all-in-one AI companion for the digital world. Our cutting-edge Chrome Extension seamlessly integrates AI capabilities into your online interactions, enhancing your productivity and enriching your browsing journey.                    

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

الاسم Groove AI Groove AI
ID hneahfjmadlnodmgdogkelllbdhkdcgh
عنوان URL الرسمي https://chromewebstore.google.com/detail/groove-ai/hneahfjmadlnodmgdogkelllbdhkdcgh
الوصف Our extension allows you to access the power of AI through your browser.
حجم الملف 306 KB
عدد التثبيتات 2,000
النسخة الحالية 0.0.10
آخر تحديث 2023-08-22
تاريخ النشر 2023-08-22
تقييم 5.00/5 مجموع تقييمات 4
المطور https://groove.ai
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://groove.ai/extension
عنوان صفحة المساعدة https://groove.ai/extension
عنوان صفحة سياسة الخصوصية https://groove.ai/privacy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Groove AI",
    "description": "Our extension allows you to access the power of AI through your browser.",
    "version": "0.0.10",
    "icons": {
        "128": "icon.png"
    },
    "action": {
        "default_popup": "index.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage"
    ]
}