PandaChat: AI Productivity Tool

Summarise or chat with any web page using AI

Что такое PandaChat: AI Productivity Tool?

PandaChat: AI Productivity Tool - это расширение Chrome, разработанное https://pandachat.ai, и его основная функция - "Summarise or chat with any web page using AI".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения PandaChat: AI Productivity Tool

Скачайте файлы расширений PandaChat: AI Productivity Tool в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

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

Основная информация о расширении

Название PandaChat: AI Productivity Tool PandaChat: AI Productivity Tool
ID agnbmgngmjknjhbmmedkmeeojbkedkek
Официальный URL https://chromewebstore.google.com/detail/pandachat-ai-productivity/agnbmgngmjknjhbmmedkmeeojbkedkek
Описание Summarise or chat with any web page using AI
Размер файла 217 KB
Количество установок 74
Текущая Версия 1.1.1
Последнее Обновление 2024-01-27
Дата публикации 2023-06-21
Рейтинг 5.00/5 Всего 9 оценок
Разработчик https://pandachat.ai
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://pandachat.ai
URL страницы помощи https://pandachat.ai/faq
URL страницы политики конфиденциальности https://pandachat.ai/privacy-policy
Поддерживаемые языки 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"
    ]
}