Beamcast

Boost your productivity with Beamcast and AI!

Co to jest Beamcast?

Beamcast to rozszerzenie Chrome opracowane przez https://beamcast.app, a jego główną funkcją jest „Boost your productivity with Beamcast and AI!”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Beamcast

Pobierz pliki rozszerzeń Beamcast w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Beamcast Beamcast
ID concemeahlknpdkflbogegklpcicofgj
Oficjalny URL https://chromewebstore.google.com/detail/beamcast/concemeahlknpdkflbogegklpcicofgj
Opis Boost your productivity with Beamcast and AI!
Rozmiar pliku 174 KB
Liczba instalacji 196
Aktualna Wersja 0.0.12
Ostatnia Aktualizacja 2024-02-20
Data Publikacji 2023-06-07
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper https://beamcast.app
E-mail [email protected]
Typ Płatności in_app
Strona Rozszerzenia https://beamcast.app
Adres URL Strony Polityki Prywatności https://beamcast.app/privacy
Obsługiwane Języki 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"
        }
    }
}