FindWise: ChatGPT powered AI search assistant

Answer any questions on websites or documents. Ask Questions, get answers

¿Qué es FindWise: ChatGPT powered AI search assistant?

FindWise: ChatGPT powered AI search assistant es una extensión de Chrome desarrollada por https://findwise.ai, y su función principal es "Answer any questions on websites or documents. Ask Questions, get answers".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión FindWise: ChatGPT powered AI search assistant

Descarga archivos de extensión FindWise: ChatGPT powered AI search assistant en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Get facts from any website without searching. Ask Questions, get answers.

A ChatGPT powered extension lets you ask questions on any website. Answers are factually based on the information given on the website.

FindWise is a glorified search tool that lets you ask questions instead of finding the answer yourself. When you have a question, ask it instead of cycling through the search results.

Key Features:
• Ask questions about your current page.
• Get facts based the website you’re on.
• Chat with any website.
• Access the extension from toolbar.
• Simplify complex information into bitesized knowledge.
• Ask followup questions.

FindWise is your gateway to a smarter, quicker, and more intuitive online experience. 🎓🐆 Whether you're a student engaged in an extensive research project, a professional on the hunt for critical data, or a curious explorer in the vast landscape of the internet, FindWise is your compass. 🧭 No more getting lost in the information avalanche; cut through the noise with the sharp precision of FindWise.

But that's not all. FindWise isn’t just about finding information; it's about enhancing the joy of learning and discovery. Our plugin is designed to make your browsing experience as enjoyable as it is efficient. 🎉🌟 Each interaction is smooth, each answer is comprehensive, and every discovery feels like an adventure.

Embrace the future of browsing with FindWise. Our pledge is to make your digital journey effortless, satisfying, and enriching. 💼💡 No more dead ends, no more pointless detours - just clear pathways to the answers you seek. 🛤️🎯

Unlock the full potential of your online research today with FindWise. 🗝️⚙️ Experience the revolution in digital navigation and redefine your browsing adventure. Download FindWise now and let the discovery begin! 🚀🌟                    

Información Básica de la Extensión

Nombre FindWise: ChatGPT powered AI search assistant FindWise: ChatGPT powered AI search assistant
ID enabjkkimlhpnlnolikglpiclongpmck
URL Oficial https://chromewebstore.google.com/detail/findwise-chatgpt-powered/enabjkkimlhpnlnolikglpiclongpmck
Descripción Answer any questions on websites or documents. Ask Questions, get answers
Tamaño del Archivo 27.2 KB
Cantidad de Instalaciones 281
Versión Actual 0.0.43
Última Actualización 2023-06-03
Fecha de Publicación 2023-06-02
Calificación 3.50/5 Total de 2 Calificaciones
Desarrollador https://findwise.ai
Correo electrónico [email protected]
Tipo de Pago in_app
Sitio Web de la Extensión https://www.findwise.ai
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "FindWise: ChatGPT powered AI search assistant",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA0W0A4ZeOQlGtudZqFgOxGjIaHM9DQc0zOK45+hWVf9J5EJ+RbZTeeu18Y85VqfgCcVBWeIUzholQBGZOMtwFXmS1y9Hvxyj8nDypyxIkMTxTaiUqTFfGfb2\/ObfqQnXdI4ukKThOZAAEzRc\/jXTgjNtiNm+f445jsBTFBYkccWdiPGXNmMu8Wpg7QW1YIprG+ns5f\/oyGAfCIimABoBLiKWg+FZH9aWDulzbf1GhUtgMcya0oZYTxfXH4Abgr2JLd3Z\/Z7KEvSHwmcjInB5HBw0B2KROam5+OBwH4C1lOiSBriW7PVxWUljgzeuzoH6KqwuuP42FejSavV\/Mk40b+wIDAQAB",
    "description": "Answer any questions on websites or documents. Ask Questions, get answers",
    "version": "0.0.43",
    "permissions": [
        "storage"
    ],
    "action": {
        "default_icon": {
            "16": "images\/16.png",
            "19": "images\/19.png",
            "38": "images\/38.png",
            "48": "images\/48.png",
            "64": "images\/64.png",
            "96": "images\/96.png",
            "128": "images\/128.png",
            "256": "images\/256.png"
        }
    },
    "background": {
        "service_worker": "\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/content.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.findwise.ai\/*"
            ],
            "js": [
                "\/homeContent.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/searchlight"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.findwise.ai\/*"
        ]
    },
    "commands": {
        "trigger-assistant-window": {
            "suggested_key": {
                "default": "Ctrl+I",
                "chromeos": "Ctrl+I",
                "linux": "Ctrl+I",
                "mac": "Command+I",
                "windows": "Ctrl+I"
            },
            "description": "Open search assistant."
        }
    }
}