WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Convert ChatGPT to Google Doc, Microsoft Word, PDF

Convert ChatGPT to Google Doc, Microsoft Word, PDF

View on Chrome Web Store
View Convert ChatGPT to Google Doc, Microsoft Word, PDF Chrome Extension on Chrome Web Store
Add to bookmarks
4.1 (55 ratings)
1 new ratings
15 views
This extension has been viewed 15 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Convert ChatGPT response (Rich format text, images, tables) to Google doc, Microsoft word, PDF with 1 click.
Type
Extension
Users
10,000 users
500
Website thinksolv.com
CybermindWorks
View author page of CybermindWorks
Published
Published on September 23, 2024
Version 1.7.3
Manifest version
3
Updated
Updated on August 19, 2025
productivity/tools
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Convert ChatGPT to Google Doc, Microsoft Word, PDF Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "manifest_version": 3,
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Convert ChatGPT to Google Doc, Microsoft Word, PDF",
    "description": "Convert ChatGPT response (Rich format text, images, tables) to Google doc, Microsoft word, PDF with 1 click.",
    "version": "1.7.3",
    "action": {
        "default_title": "Convert ChatGPT to Google Doc, Microsoft Word, PDF",
        "default_icon": {
            "16": "assets\/logo16.png",
            "48": "assets\/logo48.png",
            "128": "assets\/logo128.png"
        }
    },
    "icons": {
        "16": "assets\/logo16.png",
        "48": "assets\/logo48.png",
        "128": "assets\/logo128.png"
    },
    "permissions": [
        "downloads",
        "identity",
        "identity.email",
        "storage"
    ],
    "oauth2": {
        "client_id": "349481465252-13hl5bdrr7r6oqhbf8mlu9sh0ngc2q4t.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/drive.file"
        ]
    },
    "host_permissions": [
        "https:\/\/chatgpt.com\/*"
    ],
    "background": {
        "service_worker": "background.bundle.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chatgpt.com\/*"
            ],
            "js": [
                "content.bundle.js"
            ],
            "css": [
                "css\/styles.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*"
            ],
            "matches": [
                "https:\/\/chatgpt.com\/*"
            ]
        }
    ]
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top