FindWise: ChatGPT powered AI search assistant

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

Apa itu FindWise: ChatGPT powered AI search assistant?

FindWise: ChatGPT powered AI search assistant adalah ekstensi Chrome yang dikembangkan oleh https://findwise.ai, dan fitur utamanya adalah "Answer any questions on websites or documents. Ask Questions, get answers".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi FindWise: ChatGPT powered AI search assistant

Unduh file ekstensi FindWise: ChatGPT powered AI search assistant 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

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

Informasi Dasar Ekstensi

Nama FindWise: ChatGPT powered AI search assistant FindWise: ChatGPT powered AI search assistant
ID enabjkkimlhpnlnolikglpiclongpmck
URL Resmi https://chromewebstore.google.com/detail/findwise-chatgpt-powered/enabjkkimlhpnlnolikglpiclongpmck
Deskripsi Answer any questions on websites or documents. Ask Questions, get answers
Ukuran File 27.2 KB
Jumlah Instalasi 281
Versi Saat Ini 0.0.43
Terakhir Diperbarui 2023-06-03
Tanggal Publikasi 2023-06-02
Penilaian 3.50/5 Total 2 Penilaian
Pengembang https://findwise.ai
Email [email protected]
Tipe Pembayaran in_app
Situs Ekstensi https://www.findwise.ai
Bahasa yang Didukung 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."
        }
    }
}