You.com: AI Search Assistant

Get more done while you browse

You.com: AI Search Assistantとは何ですか?

You.com: AI Search AssistantはYou.comによって開発されたChromeの拡張機能で、その主な機能は「Get more done while you browse」です。

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

screenshot
screenshot
screenshot
screenshot

You.com: AI Search Assistant拡張機能のCRXファイルをダウンロード

You.com: AI Search Assistant拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        With You.com as your search assistant, get concise answers to your Google search queries, find answers on any page, summarize content, and dig deeper with follow-ups - all in a single chat-based interface. 

Let You.com be your ultimate productivity tool. 


KEY FEATURES
🚀 Faster results: Say goodbye to endless scrolling and get fast, direct answers in the chat 

💬 Interactive chat: Ask follow-up questions to gain a deeper understanding

✅ Sourced answers: Receive citations for answers in the chat

*Note: Unlike our other Chrome extensions, this one does not change your default search engine.*


MORE ABOUT YOU.COM
You.com is a private, personalized AI chatbot and search engine that frees you from the endless sea of blue links. With the ability to have human-like conversations, you can ask You.com anything and get direct answers to your questions. You.com’s conversational AI search is always available to answer your questions or provide topic suggestions. Additionally, it can help with summarizing text, composing emails, and writing code - so you don't have to!

Similar to ChatGPT but with connectivity to the Internet and a multimodal experience, You.com is the most private, customizable, and personalized AI search engine experience, providing both accurate sources and web results. 

You.com’s features include: 
• Fast, direct answers
• Desktop and mobile experiences on iOS and Android apps
• Private search and chat without privacy-invading ads, tracking, or data sharing
• Increase productivity – write essays, create code, view summarized shopping editorials, suggest ideas, translate into your native language, generate summaries of entire websites, compose emails, and more…all in chat!
• Track and share your entire chat history
• Citations and real-time data - check responses or dive deeper into any answer. Our natural language model constantly learns from huge amounts of information on the internet — which means sometimes it may get some answers wrong. While AI is always improving, citations also bring credibility and the ability to dig deeper to confirm answers.

You.com is more than just any old search engine. It’s an AI search engine assistant and your very own personal knowledge base — at your fingertips, 24/7!

You.com was founded in 2020 by AI research scientists Richard Socher and Bryan McCann. Its AI tools (YouChat, YouCode, YouWrite, and YouImagine) provide efficient web search and chat, content and image creation, and code generation. Additionally, You.com provides an all-in-one AI toolkit with YouPro, a subscription service offering unlimited access to the latest AI chat and generative AI writing and image tools. 


JOIN OUR COMMUNITY
Become a part of our YouClub community on Discord at http://you.club/.


USING OPERA?
Click 'Manage Extensions...' (or visit opera://extensions) and ensure you enable "Allow access to search page results" for the extension to work.


NEED HELP?
If you have any problems or suggestions, please visit https://yousearch.canny.io/ or visit our Help Center at https://about.you.com/.                    

拡張機能の基本情報

名前 You.com: AI Search Assistant You.com: AI Search Assistant
ID chamcglaoafmjphcfppikphgianmmbjf
公式URL https://chromewebstore.google.com/detail/youcom-ai-search-assistan/chamcglaoafmjphcfppikphgianmmbjf
説明 Get more done while you browse
ファイルサイズ 334 KB
インストール数 33,861
現在のバージョン 1.0.9
最終更新日 2023-09-27
公開日 2023-07-24
評価 4.68/5 合計 19 レビュー
開発者 You.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.you.com
ヘルプページのURL https://www.about.you.com
プライバシーポリシーページのURL https://you.com/legal/privacy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "You.com: AI Search Assistant",
    "manifest_version": 3,
    "version": "1.0.9",
    "description": "Get more done while you browse",
    "action": {
        "default_popup": "index.html",
        "default_title": "Open the popup"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "static\/js\/content-67795ea3615cdf7307bb.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.google.com\/search*",
                "https:\/\/www.google.ca\/search*",
                "https:\/\/www.google.co.uk\/search*",
                "https:\/\/www.google.co.nz\/search*",
                "https:\/\/www.google.com.au\/search*",
                "https:\/\/www.google.co.in\/search*",
                "https:\/\/www.google.de\/search*",
                "https:\/\/www.google.es\/search*",
                "https:\/\/www.google.fr\/search*",
                "https:\/\/www.google.com.ar\/search*",
                "https:\/\/www.google.com.pe\/search*",
                "https:\/\/www.google.com.co\/search*",
                "https:\/\/www.google.com.ec\/search*",
                "https:\/\/www.google.com.mx\/search*",
                "https:\/\/www.google.com.ve\/search*",
                "https:\/\/www.google.com.id\/search*",
                "https:\/\/www.google.com.br\/search*",
                "https:\/\/www.google.com.cl\/search*",
                "https:\/\/www.google.com.vn\/search*",
                "https:\/\/www.google.ru\/search*",
                "https:\/\/www.google.com.bo\/search*",
                "https:\/\/www.google.com.pa\/search*",
                "https:\/\/www.google.com.eg\/search*",
                "https:\/\/www.google.com.ph\/search*",
                "https:\/\/www.google.com.gt\/search*",
                "https:\/\/www.google.com.ng\/search*",
                "https:\/\/www.google.com.do\/search*",
                "https:\/\/www.google.com.tr\/search*",
                "https:\/\/www.google.com.hk\/search*",
                "https:\/\/www.google.pl\/search*",
                "https:\/\/www.google.co.jp\/search*",
                "https:\/\/www.google.com.pk\/search*",
                "https:\/\/www.google.com.sv\/search*"
            ],
            "run_at": "document_end",
            "js": [
                "static\/js\/main-fab358bdc37cf60b019b.js"
            ],
            "css": [],
            "media": []
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "index.html",
                "static\/media\/youbot.c15a7873a27845b1035f.png",
                "static\/media\/close.df5650c339d5ad5ae0a35803017d59f6.svg"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "icons\/favicon-16x16.png",
        "48": "icons\/favicon-48x48.png",
        "128": "icons\/favicon-128x128.png"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/you.com\/*",
            "*:\/\/*.you.com\/*"
        ]
    }
}