Vio - Your ChatGPT Companion

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

Qu'est-ce que Vio - Your ChatGPT Companion ?

Vio - Your ChatGPT Companion est une extension Chrome développée par https://vio.bryghtmind.com, et sa fonction principale est "AI companion powered by ChatGPT that give your instant answers and help generating text on any page.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Vio - Your ChatGPT Companion

Téléchargez les fichiers d'extension Vio - Your ChatGPT Companion au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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. 😊                    

Informations de Base sur l'Extension

Nom Vio - Your ChatGPT Companion Vio - Your ChatGPT Companion
ID mocaafpbhgdpchpheajnkojdengdmbcg
URL Officiel https://chromewebstore.google.com/detail/vio-your-chatgpt-companio/mocaafpbhgdpchpheajnkojdengdmbcg
Description AI companion powered by ChatGPT that give your instant answers and help generating text on any page.
Taille du Fichier 1.62 MB
Nombre d'Installations 248
Version Actuelle 1.0.2
Dernière Mise à Jour 2023-04-26
Date de Publication 2023-04-13
Évaluation 5.00/5 Total 2 Évaluations
Développeur https://vio.bryghtmind.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://vio.bryghtmind.com/
URL de la Page d'Aide https://forms.gle/yG5hgaMWZSS63Ejd9
URL de la Page de Politique de Confidentialité https://vio-chat.notion.site/Privacy-Policy-0564b6823e78427ca8c3118a13de23fd
Langues Prises en Charge 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"
}