AI Assistant

AI Assistant helps you answer question, summarize and explain pages and texts!

AI Assistant là gì?

AI Assistant là một tiện ích mở rộng Chrome được phát triển bởi Castusoft, và tính năng chính của nó là "AI Assistant helps you answer question, summarize and explain pages and texts!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng AI Assistant

Tải xuống các tệp mở rộng AI Assistant dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Introducing the revolutionary AI Assistance that will transform the way you browse the web! With this powerful tool at your fingertips, you can quickly and easily summarize any page, get in-depth explanations of complex concepts, and even get answers to your burning questions.

Gone are the days of sifting through endless pages of information, trying to find the needle in the haystack. Our AI extension leverages cutting-edge natural language processing and machine learning algorithms to deliver the most relevant and useful information to you in seconds.

Whether you're a student, professional, or just a curious individual, this extension will save you time and effort while providing valuable insights and knowledge. With its user-friendly interface and lightning-fast performance, it's the perfect tool for anyone who wants to stay on top of the latest trends and developments in their field.

So why wait? Download AI Assistant extension today and take your browsing experience to the next level!

Don't forget to relaunch your page after download!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên AI Assistant AI Assistant
ID manahiemhgolofngagbjjefiibejhcgm
URL Chính Thức https://chromewebstore.google.com/detail/ai-assistant/manahiemhgolofngagbjjefiibejhcgm
Mô tả AI Assistant helps you answer question, summarize and explain pages and texts!
Kích Thước Tệp 383 KB
Số Lần Cài Đặt 205
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2023-04-10
Ngày Phát Hành 2023-04-10
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Castusoft
Email [email protected]
Loại Thanh Toán in_app
URL Trang Chính Sách Bảo Mật https://github.com/castusoft/chrome-privacy/blob/main/README.md
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "AI Assistant",
    "version": "1.0",
    "description": "AI Assistant helps you answer question, summarize and explain pages and texts!",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/extensionpay.com\/*"
            ],
            "js": [
                ".\/lib\/ExtPay.js",
                ".\/js\/limits.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                ""
            ],
            "exclude_matches": [
                "https:\/\/extensionpay.com\/*"
            ],
            "css": [
                "style.css"
            ],
            "js": [
                ".\/lib\/jquery.js",
                ".\/lib\/ExtPay.js",
                ".\/js\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": ".\/logo\/logo_16.png",
        "32": ".\/logo\/logo_32.png",
        "48": ".\/logo\/logo_48.png",
        "128": ".\/logo\/logo_128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "GPT Assistant"
    },
    "permissions": [
        "contextMenus",
        "activeTab",
        "storage"
    ]
}