Spot Ai

Get the answers of questions that matter most to you.

Spot Ai क्या है?

Spot Ai Spot द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get the answers of questions that matter most to you."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Spot Ai एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        🌟 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": [
                "*"
            ]
        }
    ]
}