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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
        }
    }
}