ChatGPT-Archive

ChatGPT Archive enhances the ChatGPT experience by allowing you to manage conversations with ease.

ChatGPT-Archive क्या है?

ChatGPT-Archive https://chatgptarchive.dev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "ChatGPT Archive enhances the ChatGPT experience by allowing you to manage conversations with ease."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में ChatGPT-Archive एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Tired of losing track of your valuable ChatGPT conversations? Looking for an efficient way to organize and access them with ease? Look no further! ChatGPT Archive is your ultimate companion for managing your ChatGPT interactions within the Chrome browser.

Key Features:

📁 Create Folders: Group related conversations into folders to keep your discussions organized and clutter-free.

🔎 Quick Search: Find specific conversations, or folders in seconds with our powerful search functionality.

🌐 Accessible Anywhere: Access your conversations and folders from anywhere within the browser with just a click or a keyboard shortcut.

🔐 Privacy First: Rest easy knowing that your conversations remain private – ChatGPT Archive stores all your data directly in the browser.

🎨 User-Friendly Interface: Enjoy an intuitive design that caters to tech-savvy professionals and casual users alike.

How to Use:

Ctrl+K: Open the sidebar
Ctrl+J: Open the search prompt                    

एक्सटेंशन की मूल जानकारी

नाम ChatGPT-Archive ChatGPT-Archive
ID hmceobmihgfhkanfdjfbmkngfkecjmkn
आधिकारिक URL https://chromewebstore.google.com/detail/chatgpt-archive/hmceobmihgfhkanfdjfbmkngfkecjmkn
विवरण ChatGPT Archive enhances the ChatGPT experience by allowing you to manage conversations with ease.
फ़ाइल का आकार 215 KB
स्थापना संख्या 62
वर्तमान संस्करण 0.0.1
अंतिम अपडेट 2023-12-15
प्रकाशन तिथि 2023-12-15
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर https://chatgptarchive.dev
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://chatgpt-archive-website.vercel.app/
सहायता पृष्ठ URL https://v4b3vycbbo3.typeform.com/to/q5A5jo7F
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ChatGPT-Archive",
    "version": "0.0.1",
    "description": "ChatGPT Archive enhances the ChatGPT experience by allowing you to manage conversations with ease.",
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "src\/pages\/background\/index.js",
        "type": "module"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*",
                ""
            ],
            "js": [
                "src\/pages\/content\/index.js"
            ],
            "css": []
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/js\/*.js",
                "assets\/css\/*.css",
                "icon-128.png",
                "icon-34.png"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*",
                ""
            ]
        }
    ]
}