Vio - Your ChatGPT Companion

AI companion powered by ChatGPT that give your instant answers and help generating text on any page.

ما هو Vio - Your ChatGPT Companion؟

Vio - Your ChatGPT Companion هو إضافة Chrome تم تطويرها بواسطة https://vio.bryghtmind.com، والميزة الرئيسية لها هي "AI companion powered by ChatGPT that give your instant answers and help generating text on any page.".

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

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Vio - Your ChatGPT Companion

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

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

                        Introducing Vio🤖, your ultimate ChatGPT companion powered by ChatGPT AI (including GPT-4) to deliver instant summarization, explanations, translations, rewriting, and text composition on any website!🌐

No more toggling between different tabs or apps, as everything you need is now just a click away. 💻 With Vio, everything you need is right there at your fingertips. And with its intuitive interface and easy-to-use features, Vio makes it easier than ever to write like a pro.

Features:
✅ Support both ChatGPT web application access and OpenAI Chat API key
✅ Quick access to ChatGPT at the side of your screen by clicking the Vio floating button at the side 📌 or pressing Cmd + B for Mac and Ctrl + B for Windows/Linux
✅ Quick lookup by selecting text
✅ AI characters to assist you in various task (Eg. Math tutor, Personal trainer, UI designer etc) 
✅ Summarize lengthy articles and explain difficult topics
✅ Translation on any page 🌎
✅ Improve your writing 📝 with the help of AI with grammar checking and paraphrasing
✅ Generate emails, posts, and messages in the tone you prefer.
✅ AI copywriter to compose articles and Facebook advertisements.
✅ Easy copy paste of response and also download of images.
✅ Support for GPT 3.5 and GPT 4 (for Pro users 🚀)

Use Vio as your reading companion 📖:
* Summarize articles 
* Explain articles, words, or even code
* Translate to any language
* List key takeaways 
* Shorten or lengthen your text

Or use Vio as your writing companion ✍️:
* Write reply to emails or messages.
* Compose emails 📧, messages 💬 , social media posts, and captions
* Assist in writing Facebook ads.
* Rewrite your content with a different tone
* Make text shorter or longer
* Fix grammar and spelling.

Vio has got you covered. 😊                    

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

الاسم Vio - Your ChatGPT Companion Vio - Your ChatGPT Companion
ID mocaafpbhgdpchpheajnkojdengdmbcg
عنوان URL الرسمي https://chromewebstore.google.com/detail/vio-your-chatgpt-companio/mocaafpbhgdpchpheajnkojdengdmbcg
الوصف AI companion powered by ChatGPT that give your instant answers and help generating text on any page.
حجم الملف 1.62 MB
عدد التثبيتات 248
النسخة الحالية 1.0.2
آخر تحديث 2023-04-26
تاريخ النشر 2023-04-13
تقييم 5.00/5 مجموع تقييمات 2
المطور https://vio.bryghtmind.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://vio.bryghtmind.com/
عنوان صفحة المساعدة https://forms.gle/yG5hgaMWZSS63Ejd9
عنوان صفحة سياسة الخصوصية https://vio-chat.notion.site/Privacy-Policy-0564b6823e78427ca8c3118a13de23fd
اللغات المدعومة ms,en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "description": "__MSG_extDesc__",
    "version": "1.0.2",
    "icons": {
        "16": "images\/vio-icon-16.png",
        "32": "images\/vio-icon-32.png",
        "48": "images\/vio-icon-48.png",
        "128": "images\/vio-icon-128.png"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/content-script-loader.content.tsx.dd19caa3.8fb3de87.js"
            ],
            "matches": [
                "https:\/\/*.openai.com\/*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "assets\/content-script-loader.highlight.tsx.031bf3e9.e2b92ef7.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "images\/icons\/*"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "https:\/\/*.openai.com\/*"
            ],
            "resources": [
                "assets\/jsx-runtime.2b3ad7ef.js",
                "assets\/browser-polyfill.9745e1e7.js",
                "assets\/chatgpt.b88b4716.js",
                "assets\/v4.32f63e89.js",
                "assets\/content.tsx.dd19caa3.js"
            ],
            "use_dynamic_url": true
        },
        {
            "matches": [
                ""
            ],
            "resources": [
                "assets\/jsx-runtime.2b3ad7ef.js",
                "assets\/browser-polyfill.9745e1e7.js",
                "assets\/FeedbackButton.275c54cf.js",
                "assets\/shared-constants.edcdd084.js",
                "assets\/v4.32f63e89.js",
                "assets\/highlight.tsx.031bf3e9.js"
            ],
            "use_dynamic_url": true
        }
    ],
    "host_permissions": [
        "https:\/\/*.openai.com\/*"
    ],
    "options_page": "options.html",
    "action": {
        "default_title": "__MSG_extName__"
    },
    "default_locale": "en"
}