Beamcast

Boost your productivity with Beamcast and AI!

Beamcast क्या है?

Beamcast https://beamcast.app द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Boost your productivity with Beamcast and AI!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Beamcast एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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

एक्सटेंशन की मूल जानकारी

नाम Beamcast Beamcast
ID concemeahlknpdkflbogegklpcicofgj
आधिकारिक URL https://chromewebstore.google.com/detail/beamcast/concemeahlknpdkflbogegklpcicofgj
विवरण Boost your productivity with Beamcast and AI!
फ़ाइल का आकार 174 KB
स्थापना संख्या 196
वर्तमान संस्करण 0.0.12
अंतिम अपडेट 2024-02-20
प्रकाशन तिथि 2023-06-07
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर https://beamcast.app
ईमेल [email protected]
भुगतान के प्रकार in_app
एक्सटेंशन वेबसाइट https://beamcast.app
गोपनीयता नीति पृष्ठ URL https://beamcast.app/privacy
समर्थित भाषाएँ 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"
        }
    }
}