Beamcast

Boost your productivity with Beamcast and AI!

Vad är Beamcast?

Beamcast är en Chrome-tillägg utvecklad av https://beamcast.app, och dess huvudfunktion är "Boost your productivity with Beamcast and AI!".

Tilläggsskärmbilder

screenshot

Ladda ner Beamcast-förlängningens CRX-fil

Ladda ner Beamcast-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Beamcast Beamcast
ID concemeahlknpdkflbogegklpcicofgj
Officiell webbadress https://chromewebstore.google.com/detail/beamcast/concemeahlknpdkflbogegklpcicofgj
Beskrivning Boost your productivity with Beamcast and AI!
Filstorlek 174 KB
Antal Installationer 196
Aktuell Version 0.0.12
Senast Uppdaterad 2024-02-20
Publiceringsdatum 2023-06-07
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare https://beamcast.app
E-post [email protected]
Betalningssätt in_app
Tilläggswebbplats https://beamcast.app
URL till Sekretesspolicy Sidan https://beamcast.app/privacy
Stödda Språk 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"
        }
    }
}