PandaChat: AI Productivity Tool

Summarise or chat with any web page using AI

Co je PandaChat: AI Productivity Tool?

PandaChat: AI Productivity Tool je rozšíření Chrome vyvinuté https://pandachat.ai, a jeho hlavní funkcí je „Summarise or chat with any web page using AI“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření PandaChat: AI Productivity Tool

Stáhněte si soubory rozšíření PandaChat: AI Productivity Tool ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        🐼 PandaChat - Summarize & Start Chatting

Let AI work its magic and simplify your reading experience in a matter of seconds. With PandaChat, you can effortlessly browse any text-filled website, click the summarize button, and voila! You'll receive a concise summary that captures all the important points.

💡 Engage in intelligent conversations with websites and grasp information instantly, thanks to our powerful AI technology.
Say goodbye to the hassle of tackling lengthy articles, blog posts, or research papers. With PandaChat, you can unlock the essence of any content with just a single click.

💬 Elevate your research game and make comprehension a breeze. If you find yourself struggling to understand a particular topic, let DR.Panda come to your aid. Ask for a summary, and answers will be at your fingertips.

📚 Learning has never been this effortless! Say farewell to never-ending reading lists and welcome a tool that helps you focus on the most valuable content. PandaChat is here to make your learning journey a walk in the bamboo forest.                    

Základní Informace o Rozšíření

Název PandaChat: AI Productivity Tool PandaChat: AI Productivity Tool
ID agnbmgngmjknjhbmmedkmeeojbkedkek
Oficiální URL https://chromewebstore.google.com/detail/pandachat-ai-productivity/agnbmgngmjknjhbmmedkmeeojbkedkek
Popis Summarise or chat with any web page using AI
Velikost souboru 217 KB
Počet instalací 74
Aktuální Verze 1.1.1
Poslední Aktualizace 2024-01-27
Datum Vydání 2023-06-21
Hodnocení 5.00/5 Celkem 9 Hodnocení
Vývojář https://pandachat.ai
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://pandachat.ai
URL Stránky Nápovědy https://pandachat.ai/faq
URL Stránky Zásad Ochrany Soukromí https://pandachat.ai/privacy-policy
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "PandaChat: AI Productivity Tool",
    "description": "Summarise or chat with any web page using AI",
    "version": "1.1.1",
    "manifest_version": 3,
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA0sW8sFAtWCPcJvLJsPCpJivX9vJyEeTer1ZwKaHaqXR53Mrl5zGlK+7jJYm6\/dsmjfQun\/iAL0TRVUnhUGT\/sbSu\/AVojfGKogE4AmOOH2fVsjbjESuy0WSHBq8ydQhGRKwXEiM5EUga81p43FhS09krQh5WXSqy9m8gxknsz5lr91t6C7rWw4gJ2NIjcvMhdJw9ziTNrLhoRaLpsoV6Vbs79hbY7pC2kA78iKPWFQLBRkz+QWH+APFTfGKJV8hmKW5bfV0+fNyEj7y8ND3UvRGE2R2vLR7oNIBUUs6Ibc+FWbPHjy8L2JSjnzb4vnZElEDWi3Xc2qRfIz2HgPF1nwIDAQAB",
    "icons": {
        "16": ".\/images\/icon-16x16.png",
        "32": ".\/images\/icon-32x32.png",
        "48": ".\/images\/icon-48x48.png",
        "128": ".\/images\/icon-128x128.png"
    },
    "background": {
        "service_worker": ".\/background.js"
    },
    "action": {
        "default_popup": ".\/popup.html",
        "default_icons": {
            "16": ".\/images\/icon-16x16.png",
            "32": ".\/images\/icon-32x32.png",
            "48": ".\/images\/icon-48x48.png",
            "128": ".\/images\/icon-128x128.png"
        }
    },
    "oauth2": {
        "client_id": "424271145019-6lpc0e0u33v81p1ts2vrk2t0k4n8nge5.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    },
    "options_page": ".\/options.html",
    "permissions": [
        "activeTab",
        "storage",
        "identity"
    ]
}