Beamcast

Boost your productivity with Beamcast and AI!

ما هو Beamcast؟

Beamcast هو إضافة Chrome تم تطويرها بواسطة https://beamcast.app، والميزة الرئيسية لها هي "Boost your productivity with Beamcast and AI!".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Beamcast

قم بتنزيل ملفات الامتداد Beamcast بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة سياسة الخصوصية 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"
        }
    }
}