WebExtension.net
WebExtension.net

PinFold: ChatGPT Folder and Pins

View on Chrome Web Store
View PinFold: ChatGPT Folder and Pins Chrome Extension on Chrome Web Store
4.8 (5 ratings)

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

Pin and organize your ChatGPT conversations into folders for a clutter-free experience
Type
Extension
Users
33 users
1
Website pinfold.me
fliellerjulian
View author page of fliellerjulian
Published
Published on October 25, 2024
Version 1.2
Manifest version
3
Updated
Updated on November 6, 2024
View on Chrome Web Store
View PinFold: ChatGPT Folder and Pins Chrome Extension on Chrome Web Store
productivity/tools
Extension Category
Website
Visit developer website

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "PinFold: ChatGPT Folder and Pins",
    "version": "1.2",
    "description": "Pin and organize your ChatGPT conversations into folders for a clutter-free experience",
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "assets\/logos\/logo-16.png",
        "48": "assets\/logos\/logo-48.png",
        "128": "assets\/logos\/logo-128.png"
    },
    "action": {
        "default_popup": "index.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chatgpt.com\/*"
            ],
            "js": [
                "ExtPay.js",
                "content.js",
                "storage.js",
                "pins.js",
                "createFolders.js",
                "folders.js",
                "addToFolder.js",
                "styles.js",
                "editFolder.js"
            ],
            "css": [
                "folders.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/*",
                "https:\/\/chatgpt.com\/*"
            ],
            "resources": [
                "assets\/add.png",
                "assets\/pin.png",
                "assets\/folder.png",
                "assets\/delete.png",
                "assets\/edit.png"
            ]
        }
    ]
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 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