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

Vad är AskPaper – Research ChatGPT for any article?

AskPaper – Research ChatGPT for any article är en Chrome-tillägg utvecklad av Alex from Hippo AI, och dess huvudfunktion är "AskPaper is an highly customizable research tool designed to provide quick and accurate information from websites and PDF documents".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner AskPaper – Research ChatGPT for any article-förlängningens CRX-fil

Ladda ner AskPaper – Research ChatGPT for any article-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn AskPaper – Research ChatGPT for any article AskPaper – Research ChatGPT for any article
ID eabkffkifnfojefnnoohamhdfjajgepm
Officiell webbadress https://chromewebstore.google.com/detail/askpaper-%E2%80%93-research-chatg/eabkffkifnfojefnnoohamhdfjajgepm
Beskrivning AskPaper is an highly customizable research tool designed to provide quick and accurate information from websites and PDF documents
Filstorlek 308 KB
Antal Installationer 233
Aktuell Version 0.0.1
Senast Uppdaterad 2023-07-29
Publiceringsdatum 2023-07-13
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare Alex from Hippo AI
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://askpaper.ai
Hjälpsida URL https://discord.com/invite/CUhXkJmq8R
URL till Sekretesspolicy Sidan https://hippoteam.notion.site/Ask-Paper-Terms-Conditions-Privcay-Policy-4f7eb4679c154b3ab8a26890ad06d9cb?pvs=4
Stödda Språk 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"
    }
}