PandaChat: AI Productivity Tool

Summarise or chat with any web page using AI

What is PandaChat: AI Productivity Tool?

PandaChat: AI Productivity Tool is a Chrome extension developed by https://pandachat.ai, and its main feature is "Summarise or chat with any web page using AI".

Extension Screenshots

screenshot
screenshot
screenshot

Download PandaChat: AI Productivity Tool Extension CRX File

Download PandaChat: AI Productivity Tool 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

                        🐼 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.                    

Extension Basic Information

Name PandaChat: AI Productivity Tool PandaChat: AI Productivity Tool
ID agnbmgngmjknjhbmmedkmeeojbkedkek
Official URL https://chromewebstore.google.com/detail/pandachat-ai-productivity/agnbmgngmjknjhbmmedkmeeojbkedkek
Description Summarise or chat with any web page using AI
File Size 217 KB
Installation Count 74
Current Version 1.1.1
Last Updated 2024-01-27
Publish Date 2023-06-21
Rating 5.00/5 Total 9 Ratings
Developer https://pandachat.ai
Email [email protected]
Payment Type free
Extension Website https://pandachat.ai
Help Page URL https://pandachat.ai/faq
Privacy Policy Page URL https://pandachat.ai/privacy-policy
Supported Languages 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"
    ]
}