GPTMarker

GPTMarker - Share and save your ChatGPT conversations

Apa itu GPTMarker?

GPTMarker adalah ekstensi Chrome yang dikembangkan oleh https://gptmarker.com, dan fitur utamanya adalah "GPTMarker - Share and save your ChatGPT conversations".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi GPTMarker

Unduh file ekstensi GPTMarker dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        The GPTMarker Chrome extension is a convenient and user-friendly tool that allows you to save and share your conversations with the ChatGPT. 

With this extension, you can easily create links of your conversations with the ChatGPT, as well as share them with others. This is a great way to keep track of your conversations with the ChatGPT and to share your conversations with others. 

Additionally, the extension is easy to use and can be a fun way to enhance your ChatGPT experience. 

Give it a try and see how it can help you save and share your conversations with the ChatGPT.                    

Informasi Dasar Ekstensi

Nama GPTMarker GPTMarker
ID hckjneemhgakefhinjpngpfjfmonnfod
URL Resmi https://chromewebstore.google.com/detail/gptmarker/hckjneemhgakefhinjpngpfjfmonnfod
Deskripsi GPTMarker - Share and save your ChatGPT conversations
Ukuran File 150 KB
Jumlah Instalasi 289
Versi Saat Ini 1.0.6
Terakhir Diperbarui 2022-12-14
Tanggal Publikasi 2022-12-10
Penilaian 5.00/5 Total 4 Penilaian
Pengembang https://gptmarker.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.gptmarker.com
URL Halaman Bantuan https://www.gptmarker.com/support
URL Halaman Kebijakan Privasi https://www.gptmarker.com/privacy
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GPTMarker",
    "author": "Altogic",
    "description": "GPTMarker - Share and save your ChatGPT conversations",
    "version": "1.0.6",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/chat"
            ],
            "js": [
                "js\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "images\/16.png",
        "32": "images\/32.png",
        "64": "images\/64.png",
        "128": "images\/128.png",
        "256": "images\/256.png"
    }
}