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 с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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
URL страницы помощи https://groove.ai/extension
URL страницы политики конфиденциальности 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"
    ]
}