PandaChat: AI Productivity Tool

Summarise or chat with any web page using AI

O que é PandaChat: AI Productivity Tool?

PandaChat: AI Productivity Tool é uma extensão do Chrome desenvolvida por https://pandachat.ai, e sua principal característica é "Summarise or chat with any web page using AI".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão PandaChat: AI Productivity Tool

Baixe arquivos de extensão PandaChat: AI Productivity Tool no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome PandaChat: AI Productivity Tool PandaChat: AI Productivity Tool
ID agnbmgngmjknjhbmmedkmeeojbkedkek
URL Oficial https://chromewebstore.google.com/detail/pandachat-ai-productivity/agnbmgngmjknjhbmmedkmeeojbkedkek
Descrição Summarise or chat with any web page using AI
Tamanho do Arquivo 217 KB
Contagem de Instalações 74
Versão Atual 1.1.1
Última Atualização 2024-01-27
Data de Publicação 2023-06-21
Classificação 5.00/5 Total de 9 Avaliações
Desenvolvedor https://pandachat.ai
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://pandachat.ai
URL da Página de Ajuda https://pandachat.ai/faq
URL da Página de Política de Privacidade https://pandachat.ai/privacy-policy
Idiomas Suportados 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"
    ]
}