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