WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
ChatGPT to Google Docs or PDF

ChatGPT to Google Docs or PDF

View on Chrome Web Store
View ChatGPT to Google Docs or PDF Chrome Extension on Chrome Web Store
Add to bookmarks
4.7 (34 ratings)
1 new ratings
43 views
This extension has been viewed 43 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 the ChatGPT content into a Google Docs or a PDF format in a single click.
Type
Extension
Users
4,000 users
1K
Website thinksolv.com
Vikram Aruchamy
View author page of Vikram Aruchamy
Featured Extension

Hand-picked for quality and usefulness

Published
Published on March 10, 2025
Version 2.1.0
Manifest version
3
Updated
Updated on November 8, 2025
productivity/tools
Extension Category
Website
Visit developer website
View on Chrome Web Store
View ChatGPT to Google Docs or 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": "ChatGPT to Google Docs or PDF",
    "description": "Convert the ChatGPT content into a Google Docs or a PDF format in a single click.",
    "version": "2.1.0",
    "action": {
        "default_title": "ChatGPT to Google Docs or 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"
    ],
    "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\/*"
            ]
        }
    ],
    "oauth2": {
        "client_id": "1097755183734-v474m20csrr0pbn48m6olf83ffca2a9p.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/drive.file"
        ]
    }
}
© 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