Beamcast

Boost your productivity with Beamcast and AI!

Beamcastとは何ですか?

Beamcastはhttps://beamcast.appによって開発されたChromeの拡張機能で、その主な機能は「Boost your productivity with Beamcast and AI!」です。

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

screenshot

Beamcast拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

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

拡張機能の基本情報

名前 Beamcast Beamcast
ID concemeahlknpdkflbogegklpcicofgj
公式URL https://chromewebstore.google.com/detail/beamcast/concemeahlknpdkflbogegklpcicofgj
説明 Boost your productivity with Beamcast and AI!
ファイルサイズ 174 KB
インストール数 196
現在のバージョン 0.0.12
最終更新日 2024-02-20
公開日 2023-06-07
評価 5.00/5 合計 1 レビュー
開発者 https://beamcast.app
Eメール [email protected]
支払い方法 in_app
拡張機能のウェブサイト https://beamcast.app
プライバシーポリシーページのURL https://beamcast.app/privacy
対応言語 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"
        }
    }
}