WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
SnapIt: ChatGPT Message Saver, Organizer & PDF Exporter

SnapIt: ChatGPT Message Saver, Organizer & PDF Exporter

View on Chrome Web Store
View SnapIt: ChatGPT Message Saver, Organizer & PDF Exporter Chrome Extension on Chrome Web Store
Add to bookmarks
4.2 (5 ratings)
1 new ratings
16 views
This extension has been viewed 16 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.

Instantly save, organize, pin, and export your best ChatGPT messages—snap it, keep it, never lose it!
Type
Extension
Users
91 users
3
Website simplymoby.com
cedparadis99
View author page of cedparadis99
Published
Published on April 10, 2025
Version 2.0.0
Manifest version
3
Updated
Updated on June 11, 2025
productivity/workflow
Extension Category
Website
Visit developer website
View on Chrome Web Store
View SnapIt: ChatGPT Message Saver, Organizer & PDF Exporter 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
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "SnapIt: ChatGPT Message Saver, Organizer & PDF Exporter",
    "version": "2.0.0",
    "description": "Instantly save, organize, pin, and export your best ChatGPT messages\u2014snap it, keep it, never lose it!",
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "icons": {
        "16": "icons\/snapIt_logo.png",
        "48": "icons\/snapIt_logo.png",
        "128": "icons\/snapIt_logo.png"
    },
    "action": {
        "default_icon": {
            "16": "icons\/snapIt_logo.png",
            "48": "icons\/snapIt_logo.png",
            "128": "icons\/snapIt_logo.png"
        },
        "default_title": "SnapIt"
    },
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "redirect.html"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/chat.deepseek.com\/*",
        "https:\/\/chatgpt.com\/*",
        "https:\/\/chat.openai.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.deepseek.com\/*",
                "https:\/\/chatgpt.com\/*",
                "https:\/\/chat.openai.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "style.css"
            ],
            "run_at": "document_idle",
            "type": "module"
        }
    ]
}
© 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