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はhttps://vio.bryghtmind.comによって開発されたChromeの拡張機能で、その主な機能は「AI companion powered by ChatGPT that give your instant answers and help generating text on any page.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Vio - Your ChatGPT Companion拡張機能のCRXファイルをダウンロード

Vio - Your ChatGPT Companion拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://vio.bryghtmind.com/
ヘルプページのURL https://forms.gle/yG5hgaMWZSS63Ejd9
プライバシーポリシーページのURL 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"
}