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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        🌟 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
عنوان صفحة المساعدة https://twitter.com/spotAi_
عنوان صفحة سياسة الخصوصية 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": [
                "*"
            ]
        }
    ]
}