Beamcast

Boost your productivity with Beamcast and AI!

What is Beamcast?

Beamcast is a Chrome extension developed by https://beamcast.app, and its main feature is "Boost your productivity with Beamcast and AI!".

Extension Screenshots

screenshot

Download Beamcast Extension CRX File

Download Beamcast extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Beamcast Beamcast
ID concemeahlknpdkflbogegklpcicofgj
Official URL https://chromewebstore.google.com/detail/beamcast/concemeahlknpdkflbogegklpcicofgj
Description Boost your productivity with Beamcast and AI!
File Size 174 KB
Installation Count 196
Current Version 0.0.12
Last Updated 2024-02-20
Publish Date 2023-06-07
Rating 5.00/5 Total 1 Ratings
Developer https://beamcast.app
Email [email protected]
Payment Type in_app
Extension Website https://beamcast.app
Privacy Policy Page URL https://beamcast.app/privacy
Supported Languages 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"
        }
    }
}