WhitePaperGPT

WhitePaperGPT is a chrome extension that uses GPT-3 to generate white papers for any topic.

¿Qué es WhitePaperGPT?

WhitePaperGPT es una extensión de Chrome desarrollada por https://whitepapergpt.com, y su función principal es "WhitePaperGPT is a chrome extension that uses GPT-3 to generate white papers for any topic.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión WhitePaperGPT

Descarga archivos de extensión WhitePaperGPT en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        The WhitePaperGPT Chrome extension revolutionizes the way users gather and utilize information from the internet by offering a seamless and efficient solution for creating white papers. With the extension installed, users can effortlessly collect relevant sources from various online platforms, such as websites, articles, and research papers. By simply clicking a button, the extension saves these sources and allows users to organize them into individual projects for easy management and retrieval.

See our demo to learn how to easily create white papers: https://s3.us-east-2.amazonaws.com/whitepapergpt.com/public/whitepapergpt_demo.mp4

The project management feature of WhitePaperGPT empowers users to stay organized throughout their research process. Users can create multiple projects, each tailored to a specific topic or subject area. Within each project, they can add, edit, and categorize their collected sources, making it simple to locate and reference information later. The extension's intuitive interface enables users to seamlessly navigate between projects and effortlessly switch between different sources, ensuring a streamlined experience for efficient white paper creation.

Once users have gathered and organized their sources within a project, WhitePaperGPT takes the automation process one step further by transforming these sources into professionally formatted white papers. By simply submitting their collection of sources, the extension utilizes advanced natural language processing and machine learning algorithms to analyze and synthesize the information, generating a cohesive and well-structured white paper. This saves users valuable time and effort that would otherwise be spent on manually crafting and formatting the document. With WhitePaperGPT, users can focus on the content and let the extension handle the arduous task of creating a polished white paper from their collected sources.

Getting started:
 - Create an account by click "view projects"
 - Create a new project
 - Right-click on any content on any site and add to project
 - When you're ready click on "Generate" to generate a white paper using the saved content.

With PRO, regenerate as many times as you'd like all version will be saved

Visit https://www.whitepapergpt.com/ to sign up for updates.                    

Información Básica de la Extensión

Nombre WhitePaperGPT WhitePaperGPT
ID gbapalelnfadklmbjpdobphnkaepkkpe
URL Oficial https://chromewebstore.google.com/detail/whitepapergpt/gbapalelnfadklmbjpdobphnkaepkkpe
Descripción WhitePaperGPT is a chrome extension that uses GPT-3 to generate white papers for any topic.
Tamaño del Archivo 3.12 MB
Cantidad de Instalaciones 179
Versión Actual 0.0.0.7
Última Actualización 2023-09-27
Fecha de Publicación 2023-06-08
Calificación 5.00/5 Total de 5 Calificaciones
Desarrollador https://whitepapergpt.com
Correo electrónico [email protected]
Tipo de Pago in_app
Sitio Web de la Extensión https://www.whitepapergpt.com/
URL de la Página de Ayuda https://forms.gle/edcQMwDTLJrHF5uu9
URL de la Página de Política de Privacidad https://www.freeprivacypolicy.com/live/114e74ed-9fd7-4c3e-bf4c-2d9072a1879a
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "WhitePaperGPT",
    "version": "0.0.0.7",
    "description": "WhitePaperGPT is a chrome extension that uses GPT-3 to generate white papers for any topic.",
    "icons": {
        "16": "icons\/icon_16.png",
        "32": "icons\/icon_32.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlCa+yS7GmKpAueJRWZhZ7eWCmIMz9JqldsHQMPkh5QYXOz7g30WhwZp5RTzRTK3Yi1s03DEnpQJc0gjpo9tM8MBrDYaMzzLaU0QZheGuOwJntztKUe3vsTfk8x2OBn1O\/xsnciGTkCkwE0LsI2MYJkYKQjMVGSQ0QoELnESPXkZ6RtaB4Qypc4guJHtxKv+8uuYQ8fgOIvpAoeypPn0UdWk8WGMfSjdmOklQgwJ4\/+xqVsJxGT1biCJpZwKsxuBkQC7mCAjd\/IA5a3aNP7zMIN5i1+xUb1xo+5QXcEV7OF9OCR0021AQUJHf9EIS3uE88b6u1sjf1g6q5SYrtENorwIDAQAB",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "WhitePaperGpt",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "contextMenus",
        "clipboardWrite",
        "unlimitedStorage"
    ],
    "host_permissions": [
        "https:\/\/nmnauybyrphicwqvnals.functions.supabase.co\/*",
        "https:\/\/jwsvyxyrsiqvsaegkhsp.functions.supabase.co\/*",
        "https:\/\/*.stripe.com\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "projects.html"
            ],
            "matches": [
                ""
            ]
        }
    ]
}