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