Spot Ai

Get the answers of questions that matter most to you.

Что такое Spot Ai?

Spot Ai - это расширение Chrome, разработанное Spot, и его основная функция - "Get the answers of questions that matter most to you.".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Spot Ai

Скачайте файлы расширений Spot Ai в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

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

                        🌟 Meet Spot AI - your new browsing buddy! 🌟
🤩 It reads the webpages for you, to answer your questions from their content.
 🔍 Research and uncover info with ease using Spot.
⚡️ Ready for Chrome, Brave, and Arc. Download Spot AI now!

Once installed in the browser, can be launched with:
👉 CMD/CTRL + K 

📌 Pin it in your browser for best experience.                    

Основная информация о расширении

Название Spot Ai Spot Ai
ID klecemighfnommaecegoefedcdappbep
Официальный URL https://chromewebstore.google.com/detail/spot-ai/klecemighfnommaecegoefedcdappbep
Описание Get the answers of questions that matter most to you.
Размер файла 323 KB
Количество установок 203
Текущая Версия 0.0.8
Последнее Обновление 2024-01-25
Дата публикации 2023-09-27
Рейтинг 5.00/5 Всего 5 оценок
Разработчик Spot
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://mega-mind.io/spotai
URL страницы помощи https://twitter.com/spotAi_
URL страницы политики конфиденциальности https://vgvishesh.com/spotAi.html
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.8",
    "manifest_version": 3,
    "name": "Spot Ai",
    "description": "Get the answers of questions that matter most to you.",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "action": {
        "default_popup": "js\/index.html",
        "default_title": "React Chrome Extension",
        "default_icon": "icons\/icon48.png"
    },
    "permissions": [
        "activeTab",
        "scripting",
        "favicon"
    ],
    "host_permissions": [],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "windows": "Ctrl+K",
                "mac": "Command+K",
                "chromeos": "Ctrl+Shift+K",
                "linux": "Ctrl+Shift+K"
            }
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "_favicon\/*"
            ],
            "matches": [
                ""
            ],
            "extension_ids": [
                "*"
            ]
        }
    ]
}