Beamcast

Boost your productivity with Beamcast and AI!

Beamcast là gì?

Beamcast là một tiện ích mở rộng Chrome được phát triển bởi https://beamcast.app, và tính năng chính của nó là "Boost your productivity with Beamcast and AI!".

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

screenshot

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

Tải xuống các tệp mở rộng Beamcast 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

                        ChatGPT at your fingertips, write smarter, code faster and ask  questions quicker. Seamless integration with your favorite browsers.                    

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

Tên Beamcast Beamcast
ID concemeahlknpdkflbogegklpcicofgj
URL Chính Thức https://chromewebstore.google.com/detail/beamcast/concemeahlknpdkflbogegklpcicofgj
Mô tả Boost your productivity with Beamcast and AI!
Kích Thước Tệp 174 KB
Số Lần Cài Đặt 196
Phiên Bản Hiện Tại 0.0.12
Cập Nhật Lần Cuối 2024-02-20
Ngày Phát Hành 2023-06-07
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://beamcast.app
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://beamcast.app
URL Trang Chính Sách Bảo Mật https://beamcast.app/privacy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "0.0.12",
    "name": "Beamcast",
    "description": "Boost your productivity with Beamcast and AI!",
    "action": {
        "default_title": "Beamcast"
    },
    "permissions": [
        "activeTab",
        "contextMenus",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/beamcast.app\/"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content-script.js"
            ]
        }
    ],
    "icons": {
        "120": "icons\/extension-icon-120.png"
    },
    "commands": {
        "toggle-panel": {
            "suggested_key": {
                "default": "Ctrl+Shift+K"
            },
            "description": "Toggle the panel in the current tab"
        }
    }
}