Spot Ai

Get the answers of questions that matter most to you.

Apa itu Spot Ai?

Spot Ai adalah ekstensi Chrome yang dikembangkan oleh Spot, dan fitur utamanya adalah "Get the answers of questions that matter most to you.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Spot Ai

Unduh file ekstensi Spot Ai dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Spot Ai Spot Ai
ID klecemighfnommaecegoefedcdappbep
URL Resmi https://chromewebstore.google.com/detail/spot-ai/klecemighfnommaecegoefedcdappbep
Deskripsi Get the answers of questions that matter most to you.
Ukuran File 323 KB
Jumlah Instalasi 203
Versi Saat Ini 0.0.8
Terakhir Diperbarui 2024-01-25
Tanggal Publikasi 2023-09-27
Penilaian 5.00/5 Total 5 Penilaian
Pengembang Spot
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://mega-mind.io/spotai
URL Halaman Bantuan https://twitter.com/spotAi_
URL Halaman Kebijakan Privasi https://vgvishesh.com/spotAi.html
Bahasa yang Didukung 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": [
                "*"
            ]
        }
    ]
}