Sage: Cross Platform AI Assistant

Easily complete your tasks on any web page with many powerful AI models.

什么是Sage: Cross Platform AI Assistant?

Sage: Cross Platform AI Assistant是由https://sage.ceobee.dev开发的Chrome扩展程序,该扩展的主要功能是“Easily complete your tasks on any web page with many powerful AI models.”。

扩展截图

screenshot
screenshot

下载Sage: Cross Platform AI Assistant扩展crx文件

下载Sage: Cross Platform AI Assistant扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Sage continues to reflect the peaks of artificial intelligence in its most functional aspects on more than 100M+ websites. ✅

(Free to try and privacy first.)

-

🌟 Unveiling a New Era of AI Excellence 🌟

Discover a groundbreaking AI innovation that will redefine the way you interact with technology – introducing our cutting-edge AI Digital Assistant! Get ready to embark on a journey of unparalleled convenience, intelligence, and versatility. Let's delve into the remarkable features that make this AI Assistant an indispensable addition to your digital life:

🧠 Multiple Advanced AI Language Models at Your Fingertips
Unlock a world of knowledge with the power of not just one, but multiple advanced AI language models seamlessly integrated into a single platform. Meet llama2, claude2, palm2, gpt-4, and more – each bringing its unique linguistic prowess. Your quest for information will be met with a symphony of AI intellect, ensuring answers that are as accurate as they are intriguing.

🎨 Artistry in Pixels: High-Quality Image Generation
Prepare to be amazed by the artistic brilliance of our AI Assistant as it conjures high-quality images from thin air. With an uncanny ability to visualize your ideas, this assistant transforms concepts into captivating visuals, giving life to your imagination in ways you never thought possible.

🌐 Expertise Modes: Your Personalized Knowledge Companion
Elevate your inquiries with expertise-specific AI modes tailored to your needs. From medicine to engineering, dream interpretation to astrology, software development to YouTube insights, and beyond – our AI Assistant hosts a spectrum of specialized companions ready to assist you in their respective domains. Seamlessly switch between modes for an enriched experience that's tailor-made for your curiosity.

🌐 Seamless Transitions: Fluidity of Language and Expertise
Experience the fluidity of thought as our AI Assistant effortlessly transitions between diverse language models and expertise modes. Witness the synergy as it harnesses the strengths of each model, enhancing the depth and precision of responses. With seamless transitions, your interactions will be more natural and engaging than ever before.

🌐 Connected to the Pulse of Information
Stay ahead of the curve with an AI Assistant that's connected to the vast realm of the internet. Whether you seek the latest updates on trending topics or need assistance with specific tasks, our assistant is your ever-ready guide, transforming information into actionable insights with unprecedented ease.

📚 Summarization Superpower: Simplifying Complexity
Navigate the sea of information effortlessly with the AI Assistant's remarkable summarization feature. Complex articles, lengthy websites, and exhaustive videos are distilled into concise, coherent summaries, empowering you to grasp the essence of content without losing precious time.

📲 Everywhere You Need It: Multi-Platform Compatibility
Experience the convenience of ubiquitous access – our AI Assistant seamlessly integrates across mobile, web, and plugin platforms. Your conversations and interactions are synchronized across devices, ensuring a consistent and connected experience that adapts to your on-the-go lifestyle.

🔐 Your Conversations, Your Control
Rest easy knowing that your interactions with our AI Assistant are securely accessible through a single user account. Your conversation history is at your fingertips, making it effortless to pick up where you left off, no matter which device you choose.

Unleash the power of AI like never before. Elevate your digital experience and redefine convenience with the AI Assistant that seamlessly melds language, expertise, and innovation. Elevate your digital experience – embrace the future today!                    

扩展基本信息

名称 Sage: Cross Platform AI Assistant Sage: Cross Platform AI Assistant
ID kekfejcobgaebdgejhaboodkdhfddaii
官方URL https://chromewebstore.google.com/detail/sage-cross-platform-ai-as/kekfejcobgaebdgejhaboodkdhfddaii
简介 Easily complete your tasks on any web page with many powerful AI models.
文件大小 151 KB
安装次数 874
当前版本 1.2.7
更新时间 2023-09-14
上架时间 2023-04-17
评分 5.00/5 共3次评分
开发者 https://sage.ceobee.dev
电子邮箱 [email protected]
付费类型 in_app
扩展官网 https://sage.ceobee.dev/
帮助页面URL https://sage.ceobee.dev/
隐私政策页面URL https://ceobee.dev/policy/privacy
支持的语言 id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_ext_name__",
    "description": "__MSG_ext_description__",
    "default_locale": "en",
    "author": "CEOBEE.DEV",
    "version": "1.2.7",
    "action": {
        "default_icon": {
            "16": "16x16.png",
            "32": "32x32.png",
            "48": "48x48.png",
            "64": "64x64.png",
            "128": "128x128.png"
        },
        "default_title": "__MSG_ext_name__"
    },
    "icons": {
        "16": "16x16.png",
        "32": "32x32.png",
        "48": "48x48.png",
        "64": "64x64.png",
        "128": "128x128.png"
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "host_permissions": [
        "https:\/\/*.ceobee.dev\/*"
    ],
    "permissions": [
        "tabs",
        "cookies",
        "storage",
        "contextMenus"
    ],
    "content_scripts": [
        {
            "js": [
                "assets\/render.jsx-loader-9003a3d0.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "commands": {
        "sage-open-window": {
            "suggested_key": {
                "default": "Ctrl+Shift+S",
                "mac": "Command+Shift+S",
                "windows": "Ctrl+Shift+S",
                "linux": "Ctrl+Shift+S",
                "chromeos": "Search+S"
            },
            "description": "Quick Run"
        }
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "assets\/user-2f793726.js",
                "assets\/render.jsx-c0d02ddd.js"
            ],
            "use_dynamic_url": true
        }
    ]
}