FindWise: ChatGPT powered AI search assistant

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

What is FindWise: ChatGPT powered AI search assistant?

FindWise: ChatGPT powered AI search assistant is a Chrome extension developed by https://findwise.ai, and its main feature is "Answer any questions on websites or documents. Ask Questions, get answers".

Extension Screenshots

screenshot

Download FindWise: ChatGPT powered AI search assistant Extension CRX File

Download FindWise: ChatGPT powered AI search assistant extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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! 🚀🌟                    

Extension Basic Information

Name FindWise: ChatGPT powered AI search assistant FindWise: ChatGPT powered AI search assistant
ID enabjkkimlhpnlnolikglpiclongpmck
Official URL https://chromewebstore.google.com/detail/findwise-chatgpt-powered/enabjkkimlhpnlnolikglpiclongpmck
Description Answer any questions on websites or documents. Ask Questions, get answers
File Size 27.2 KB
Installation Count 281
Current Version 0.0.43
Last Updated 2023-06-03
Publish Date 2023-06-02
Rating 3.50/5 Total 2 Ratings
Developer https://findwise.ai
Email [email protected]
Payment Type in_app
Extension Website https://www.findwise.ai
Supported Languages 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."
        }
    }
}