PandaChat: AI Productivity Tool

Summarise or chat with any web page using AI

Qu'est-ce que PandaChat: AI Productivity Tool ?

PandaChat: AI Productivity Tool est une extension Chrome développée par https://pandachat.ai, et sa fonction principale est "Summarise or chat with any web page using AI".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension PandaChat: AI Productivity Tool

Téléchargez les fichiers d'extension PandaChat: AI Productivity Tool au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom PandaChat: AI Productivity Tool PandaChat: AI Productivity Tool
ID agnbmgngmjknjhbmmedkmeeojbkedkek
URL Officiel https://chromewebstore.google.com/detail/pandachat-ai-productivity/agnbmgngmjknjhbmmedkmeeojbkedkek
Description Summarise or chat with any web page using AI
Taille du Fichier 217 KB
Nombre d'Installations 74
Version Actuelle 1.1.1
Dernière Mise à Jour 2024-01-27
Date de Publication 2023-06-21
Évaluation 5.00/5 Total 9 Évaluations
Développeur https://pandachat.ai
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://pandachat.ai
URL de la Page d'Aide https://pandachat.ai/faq
URL de la Page de Politique de Confidentialité https://pandachat.ai/privacy-policy
Langues Prises en Charge 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"
    ]
}