Beamcast

Boost your productivity with Beamcast and AI!

Wat is Beamcast?

Beamcast is een Chrome-extensie ontwikkeld door https://beamcast.app, en de belangrijkste functie is "Boost your productivity with Beamcast and AI!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Beamcast

Download Beamcast-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Beamcast Beamcast
ID concemeahlknpdkflbogegklpcicofgj
Officiële URL https://chromewebstore.google.com/detail/beamcast/concemeahlknpdkflbogegklpcicofgj
Beschrijving Boost your productivity with Beamcast and AI!
Bestandsgrootte 174 KB
Aantal Installaties 196
Huidige Versie 0.0.12
Laatst Bijgewerkt 2024-02-20
Publicatiedatum 2023-06-07
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://beamcast.app
E-mail [email protected]
Betalingswijze in_app
Extensiewebsite https://beamcast.app
URL van de Privacybeleid Pagina https://beamcast.app/privacy
Ondersteunde Talen 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"
        }
    }
}