Beamcast

Boost your productivity with Beamcast and AI!

Qu'est-ce que Beamcast ?

Beamcast est une extension Chrome développée par https://beamcast.app, et sa fonction principale est "Boost your productivity with Beamcast and AI!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Beamcast

Téléchargez les fichiers d'extension Beamcast au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Beamcast Beamcast
ID concemeahlknpdkflbogegklpcicofgj
URL Officiel https://chromewebstore.google.com/detail/beamcast/concemeahlknpdkflbogegklpcicofgj
Description Boost your productivity with Beamcast and AI!
Taille du Fichier 174 KB
Nombre d'Installations 196
Version Actuelle 0.0.12
Dernière Mise à Jour 2024-02-20
Date de Publication 2023-06-07
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://beamcast.app
Email [email protected]
Type de Paiement in_app
Site Web de l'Extension https://beamcast.app
URL de la Page de Politique de Confidentialité https://beamcast.app/privacy
Langues Prises en Charge 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"
        }
    }
}