Spot Ai

Get the answers of questions that matter most to you.

Vad är Spot Ai?

Spot Ai är en Chrome-tillägg utvecklad av Spot, och dess huvudfunktion är "Get the answers of questions that matter most to you.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner Spot Ai-förlängningens CRX-fil

Ladda ner Spot Ai-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Spot Ai Spot Ai
ID klecemighfnommaecegoefedcdappbep
Officiell webbadress https://chromewebstore.google.com/detail/spot-ai/klecemighfnommaecegoefedcdappbep
Beskrivning Get the answers of questions that matter most to you.
Filstorlek 323 KB
Antal Installationer 203
Aktuell Version 0.0.8
Senast Uppdaterad 2024-01-25
Publiceringsdatum 2023-09-27
Betyg 5.00/5 Totalt 5 Betyg
Utvecklare Spot
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://mega-mind.io/spotai
Hjälpsida URL https://twitter.com/spotAi_
URL till Sekretesspolicy Sidan https://vgvishesh.com/spotAi.html
Stödda Språk 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": [
                "*"
            ]
        }
    ]
}