WhitePaperGPT

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

ما هو WhitePaperGPT؟

WhitePaperGPT هو إضافة Chrome تم تطويرها بواسطة https://whitepapergpt.com، والميزة الرئيسية لها هي "WhitePaperGPT is a chrome extension that uses GPT-3 to generate white papers for any topic.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة WhitePaperGPT

قم بتنزيل ملفات الامتداد WhitePaperGPT بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم WhitePaperGPT WhitePaperGPT
ID gbapalelnfadklmbjpdobphnkaepkkpe
عنوان URL الرسمي https://chromewebstore.google.com/detail/whitepapergpt/gbapalelnfadklmbjpdobphnkaepkkpe
الوصف WhitePaperGPT is a chrome extension that uses GPT-3 to generate white papers for any topic.
حجم الملف 3.12 MB
عدد التثبيتات 179
النسخة الحالية 0.0.0.7
آخر تحديث 2023-09-27
تاريخ النشر 2023-06-08
تقييم 5.00/5 مجموع تقييمات 5
المطور https://whitepapergpt.com
البريد الإلكتروني [email protected]
نوع الدفع in_app
موقع الإضافة https://www.whitepapergpt.com/
عنوان صفحة المساعدة https://forms.gle/edcQMwDTLJrHF5uu9
عنوان صفحة سياسة الخصوصية https://www.freeprivacypolicy.com/live/114e74ed-9fd7-4c3e-bf4c-2d9072a1879a
اللغات المدعومة 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": [
                ""
            ]
        }
    ]
}