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

O que é AskPaper – Research ChatGPT for any article?

AskPaper – Research ChatGPT for any article é uma extensão do Chrome desenvolvida por Alex from Hippo AI, e sua principal característica é "AskPaper is an highly customizable research tool designed to provide quick and accurate information from websites and PDF documents".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão AskPaper – Research ChatGPT for any article

Baixe arquivos de extensão AskPaper – Research ChatGPT for any article 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

                        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.                    

Informações Básicas da Extensão

Nome AskPaper – Research ChatGPT for any article AskPaper – Research ChatGPT for any article
ID eabkffkifnfojefnnoohamhdfjajgepm
URL Oficial https://chromewebstore.google.com/detail/askpaper-%E2%80%93-research-chatg/eabkffkifnfojefnnoohamhdfjajgepm
Descrição AskPaper is an highly customizable research tool designed to provide quick and accurate information from websites and PDF documents
Tamanho do Arquivo 308 KB
Contagem de Instalações 233
Versão Atual 0.0.1
Última Atualização 2023-07-29
Data de Publicação 2023-07-13
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor Alex from Hippo AI
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://askpaper.ai
URL da Página de Ajuda https://discord.com/invite/CUhXkJmq8R
URL da Página de Política de Privacidade https://hippoteam.notion.site/Ask-Paper-Terms-Conditions-Privcay-Policy-4f7eb4679c154b3ab8a26890ad06d9cb?pvs=4
Idiomas Suportados 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"
    }
}