Beamcast

Boost your productivity with Beamcast and AI!

Cos'è Beamcast?

Beamcast è un'estensione di Chrome sviluppata da https://beamcast.app, e la sua funzione principale è "Boost your productivity with Beamcast and AI!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Beamcast

Scarica i file di estensione Beamcast in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Beamcast Beamcast
ID concemeahlknpdkflbogegklpcicofgj
URL Ufficiale https://chromewebstore.google.com/detail/beamcast/concemeahlknpdkflbogegklpcicofgj
Descrizione Boost your productivity with Beamcast and AI!
Dimensione del File 174 KB
Conteggio Installazioni 196
Versione Corrente 0.0.12
Ultimo Aggiornamento 2024-02-20
Data di Pubblicazione 2023-06-07
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://beamcast.app
Email [email protected]
Tipo di Pagamento in_app
Sito Web dell'Estensione https://beamcast.app
URL della Pagina della Politica sulla Privacy https://beamcast.app/privacy
Lingue Supportate 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"
        }
    }
}