Beamcast

Boost your productivity with Beamcast and AI!

Hvad er Beamcast?

Beamcast er en Chrome-udvidelse udviklet af https://beamcast.app, og dens hovedfunktion er "Boost your productivity with Beamcast and AI!".

Udvidelsesskærmbilleder

screenshot

Download Beamcast-udvidelses-CRX-fil

Download Beamcast-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Beamcast Beamcast
ID concemeahlknpdkflbogegklpcicofgj
Officiel URL https://chromewebstore.google.com/detail/beamcast/concemeahlknpdkflbogegklpcicofgj
Beskrivelse Boost your productivity with Beamcast and AI!
Filstørrelse 174 KB
Antal Installationer 196
Nuværende Version 0.0.12
Senest Opdateret 2024-02-20
Udgivelsesdato 2023-06-07
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler https://beamcast.app
E-mail [email protected]
Betalingsmetode in_app
Udvidelseswebsted https://beamcast.app
URL til Fortrolighedspolitik Side https://beamcast.app/privacy
Understøttede Sprog 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"
        }
    }
}