FindWise: ChatGPT powered AI search assistant

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

Co to jest FindWise: ChatGPT powered AI search assistant?

FindWise: ChatGPT powered AI search assistant to rozszerzenie Chrome opracowane przez https://findwise.ai, a jego główną funkcją jest „Answer any questions on websites or documents. Ask Questions, get answers”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia FindWise: ChatGPT powered AI search assistant

Pobierz pliki rozszerzeń FindWise: ChatGPT powered AI search assistant w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa FindWise: ChatGPT powered AI search assistant FindWise: ChatGPT powered AI search assistant
ID enabjkkimlhpnlnolikglpiclongpmck
Oficjalny URL https://chromewebstore.google.com/detail/findwise-chatgpt-powered/enabjkkimlhpnlnolikglpiclongpmck
Opis Answer any questions on websites or documents. Ask Questions, get answers
Rozmiar pliku 27.2 KB
Liczba instalacji 281
Aktualna Wersja 0.0.43
Ostatnia Aktualizacja 2023-06-03
Data Publikacji 2023-06-02
Ocena 3.50/5 Łącznie 2 Oceny
Deweloper https://findwise.ai
E-mail [email protected]
Typ Płatności in_app
Strona Rozszerzenia https://www.findwise.ai
Obsługiwane Języki 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."
        }
    }
}