AskPaper – Research ChatGPT for any article

AskPaper is an highly customizable research tool designed to provide quick and accurate information from websites and PDF documents

Что такое AskPaper – Research ChatGPT for any article?

AskPaper – Research ChatGPT for any article - это расширение Chrome, разработанное Alex from Hippo AI, и его основная функция - "AskPaper is an highly customizable research tool designed to provide quick and accurate information from websites and PDF documents".

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

screenshot
screenshot

Скачать файл CRX расширения AskPaper – Research ChatGPT for any article

Скачайте файлы расширений AskPaper – Research ChatGPT for any article в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

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

                        AskPaper is an innovative and highly customizable research tool designed to provide quick and accurate information from websites and PDF documents. It offers users the ability to ask questions and receive intelligent, comprehensive responses based on the content of the source material.                    

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

Название AskPaper – Research ChatGPT for any article AskPaper – Research ChatGPT for any article
ID eabkffkifnfojefnnoohamhdfjajgepm
Официальный URL https://chromewebstore.google.com/detail/askpaper-%E2%80%93-research-chatg/eabkffkifnfojefnnoohamhdfjajgepm
Описание AskPaper is an highly customizable research tool designed to provide quick and accurate information from websites and PDF documents
Размер файла 308 KB
Количество установок 233
Текущая Версия 0.0.1
Последнее Обновление 2023-07-29
Дата публикации 2023-07-13
Рейтинг 5.00/5 Всего 1 оценок
Разработчик Alex from Hippo AI
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://askpaper.ai
URL страницы помощи https://discord.com/invite/CUhXkJmq8R
URL страницы политики конфиденциальности https://hippoteam.notion.site/Ask-Paper-Terms-Conditions-Privcay-Policy-4f7eb4679c154b3ab8a26890ad06d9cb?pvs=4
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "AskPaper \u2013 Research ChatGPT for any article",
    "version": "0.0.1",
    "description": "AskPaper is an highly customizable research tool designed to provide quick and accurate information from websites and PDF documents",
    "permissions": [
        "activeTab",
        "tabs",
        "cookies",
        "scripting"
    ],
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "images\/icon16.png",
            "48": "images\/icon32.png",
            "128": "images\/icon192.png"
        }
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon32.png",
        "128": "images\/icon192.png"
    },
    "host_permissions": [
        "https:\/\/www.askpaper.ai\/*"
    ],
    "background": {
        "service_worker": "service_worker.js"
    }
}