Spot Ai

Get the answers of questions that matter most to you.

Spot Ai là gì?

Spot Ai là một tiện ích mở rộng Chrome được phát triển bởi Spot, và tính năng chính của nó là "Get the answers of questions that matter most to you.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Spot Ai

Tải xuống các tệp mở rộng Spot Ai dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Spot Ai Spot Ai
ID klecemighfnommaecegoefedcdappbep
URL Chính Thức https://chromewebstore.google.com/detail/spot-ai/klecemighfnommaecegoefedcdappbep
Mô tả Get the answers of questions that matter most to you.
Kích Thước Tệp 323 KB
Số Lần Cài Đặt 203
Phiên Bản Hiện Tại 0.0.8
Cập Nhật Lần Cuối 2024-01-25
Ngày Phát Hành 2023-09-27
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển Spot
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://mega-mind.io/spotai
URL Trang Trợ Giúp https://twitter.com/spotAi_
URL Trang Chính Sách Bảo Mật https://vgvishesh.com/spotAi.html
Ngôn Ngữ Được Hỗ Trợ 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": [
                "*"
            ]
        }
    ]
}