Save GPT

Save Chat GPT Commands & Unlock More Chat GPT Features

ما هو Save GPT؟

Save GPT هو إضافة Chrome تم تطويرها بواسطة https://syntaximos.com، والميزة الرئيسية لها هي "Save Chat GPT Commands & Unlock More Chat GPT Features".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Save GPT

قم بتنزيل ملفات الامتداد Save GPT بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Save GPT chrome extension especially made for users who use chat GPT frequently. In Chat GPT there is no option to save your frequently chat GPT commands, so you have to manually type the same command again and again which is so much annoying. This save GPT chrome extension will fill that gap for you. This chrome extension will allow you to,

FREE FEATURES:

✓ Save frequently use chat GPT commands your own way, as a template.
✓ Store them even if you closed the chrome extension.
✓ One click added, not manually type is required.

PREMIUM FEATURES:
(visit our site for more info about new features)
✓ Scroll To Pinned Message.
✓ Special Prompt Access (developing).
✓ Copy Single Messages At One Click.
✓ Download Full Chat As Text File.
✓ Turn Your Chat GPT Messages Into Real Voices.
✓ Voice Typing Enabled.
✓ Early Access To Upcoming Features.

THIS IS JUST A BEGINING ! STAY TUNED FOR MORE EXCITING FEATURES.

Note: All data will be lost, if you remove the chrome extension from chrome browser. So don't remove.

If you think this chrome extension is helpful, please leave a review. Also, you can do any donations for further developments of this chrome extension. Your support would be highly appreciated.

Thanks,
Save GPT Team.                    

معلومات أساسية عن التمديد

الاسم Save GPT Save GPT
ID ckponohnnpllckgogckkkoeemokgfnne
عنوان URL الرسمي https://chromewebstore.google.com/detail/save-gpt/ckponohnnpllckgogckkkoeemokgfnne
الوصف Save Chat GPT Commands & Unlock More Chat GPT Features
حجم الملف 815 KB
عدد التثبيتات 611
النسخة الحالية 1.0.5
آخر تحديث 2023-03-17
تاريخ النشر 2023-01-25
المطور https://syntaximos.com
البريد الإلكتروني [email protected]
نوع الدفع in_app
موقع الإضافة https://syntaximos.com/
عنوان صفحة المساعدة https://syntaximos.com/contact-us/
عنوان صفحة سياسة الخصوصية https://syntaximos.com/privacy-policy-2
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Save GPT",
    "version": "1.0.5",
    "description": "Save Chat GPT Commands & Unlock More Chat GPT Features",
    "permissions": [
        "storage",
        "tabs"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/chat\/*",
                "https:\/\/chat.openai.com\/*"
            ],
            "js": [
                ".\/injectjs\/sidebar.js",
                ".\/injectjs\/popme.js",
                ".\/injectjs\/speechme.js",
                ".\/injectjs\/recognize.js",
                ".\/assets\/js\/doat.js"
            ],
            "css": [
                ".\/injectcss\/maincss.css",
                ".\/injectcss\/mainpage.css",
                ".\/injectcss\/contractform.css",
                ".\/injectcss\/popme.css",
                ".\/injectcss\/loader.css",
                ".\/injectcss\/recognize.css",
                ".\/injectcss\/speechme.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/syntaximos.com\/*"
            ],
            "js": [
                ".\/injectjs\/checklog.js"
            ],
            "css": []
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                ""
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "16": "assets\/Icon\/16.png",
        "24": "assets\/Icon\/24.png",
        "32": "assets\/Icon\/32.png",
        "64": "assets\/Icon\/64.png",
        "128": "assets\/Icon\/128.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "manifest_version": 3
}