FindWise: ChatGPT powered AI search assistant

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

什么是FindWise: ChatGPT powered AI search assistant?

FindWise: ChatGPT powered AI search assistant是由https://findwise.ai开发的Chrome扩展程序,该扩展的主要功能是“Answer any questions on websites or documents. Ask Questions, get answers”。

扩展截图

screenshot

下载FindWise: ChatGPT powered AI search assistant扩展crx文件

下载FindWise: ChatGPT powered AI search assistant扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 FindWise: ChatGPT powered AI search assistant FindWise: ChatGPT powered AI search assistant
ID enabjkkimlhpnlnolikglpiclongpmck
官方URL https://chromewebstore.google.com/detail/findwise-chatgpt-powered/enabjkkimlhpnlnolikglpiclongpmck
简介 Answer any questions on websites or documents. Ask Questions, get answers
文件大小 27.2 KB
安装次数 281
当前版本 0.0.43
更新时间 2023-06-03
上架时间 2023-06-02
评分 3.50/5 共2次评分
开发者 https://findwise.ai
电子邮箱 [email protected]
付费类型 in_app
扩展官网 https://www.findwise.ai
支持的语言 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."
        }
    }
}