Vio - Your ChatGPT Companion

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

Co je Vio - Your ChatGPT Companion?

Vio - Your ChatGPT Companion je rozšíření Chrome vyvinuté https://vio.bryghtmind.com, a jeho hlavní funkcí je „AI companion powered by ChatGPT that give your instant answers and help generating text on any page.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Vio - Your ChatGPT Companion

Stáhněte si soubory rozšíření Vio - Your ChatGPT Companion ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Vio - Your ChatGPT Companion Vio - Your ChatGPT Companion
ID mocaafpbhgdpchpheajnkojdengdmbcg
Oficiální URL https://chromewebstore.google.com/detail/vio-your-chatgpt-companio/mocaafpbhgdpchpheajnkojdengdmbcg
Popis AI companion powered by ChatGPT that give your instant answers and help generating text on any page.
Velikost souboru 1.62 MB
Počet instalací 248
Aktuální Verze 1.0.2
Poslední Aktualizace 2023-04-26
Datum Vydání 2023-04-13
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář https://vio.bryghtmind.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://vio.bryghtmind.com/
URL Stránky Nápovědy https://forms.gle/yG5hgaMWZSS63Ejd9
URL Stránky Zásad Ochrany Soukromí https://vio-chat.notion.site/Privacy-Policy-0564b6823e78427ca8c3118a13de23fd
Podporované Jazyky 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"
}