Spot Ai

Get the answers of questions that matter most to you.

Wat is Spot Ai?

Spot Ai is een Chrome-extensie ontwikkeld door Spot, en de belangrijkste functie is "Get the answers of questions that matter most to you.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Spot Ai

Download Spot Ai-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        🌟 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.                    

Basisinformatie over de Extensie

Naam Spot Ai Spot Ai
ID klecemighfnommaecegoefedcdappbep
Officiële URL https://chromewebstore.google.com/detail/spot-ai/klecemighfnommaecegoefedcdappbep
Beschrijving Get the answers of questions that matter most to you.
Bestandsgrootte 323 KB
Aantal Installaties 203
Huidige Versie 0.0.8
Laatst Bijgewerkt 2024-01-25
Publicatiedatum 2023-09-27
Beoordeling 5.00/5 Totaal 5 Beoordelingen
Ontwikkelaar Spot
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://mega-mind.io/spotai
Help Pagina-URL https://twitter.com/spotAi_
URL van de Privacybeleid Pagina https://vgvishesh.com/spotAi.html
Ondersteunde Talen 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": [
                "*"
            ]
        }
    ]
}