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
官方網址 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
電子郵箱 [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"
        }
    }
}