Chrome Screen Sharing

Instant, multi-cursor screen sharing for Chrome.

Chrome Screen Sharingคืออะไร?

Chrome Screen Sharing เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://upscope.com และคุณลักษณะหลักของมันคือ "Instant, multi-cursor screen sharing for Chrome."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Chrome Screen Sharing

ดาวน์โหลดไฟล์ส่วนขยาย Chrome Screen Sharing ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        The Chrome Screen Sharing extension allows you to easily share any website with your friends or colleagues, completely free.

Why you'll love the Chrome Screen Sharing extension:

🚀 Show your screen in seconds
On the phone with a friend and need to show them a webpage? Click "Share tab" and get a simple HelloScreen.com screenshare link. All they need to do is open the link on any device. Show your screen to as many people as you want at once. It's the easiest screen share experience available.

👥 Scroll, click, and type together
See each other's cursors so you can easily talk about what you're seeing on the page. Optionally allow them to click and type on the page with you, with state-of-the-art co-browsing technology.

👀 Private and perfect quality
Our technology guarantees a pixel-perfect rendering of the content of your screen—no blurriness at all. Also, thanks to cobrowsing—you're sharing only the tabs you want, so your other tabs and whatever's on your desktop stays 100% private.

--

The Chrome Screen Sharing extension is brought to you by Upscope.com, a screensharing and cobrowse solution trusted by small companies and large enterprises around the world. SOC2 and ISO27001 certified and HIPAA compliant.

Need help? Drop us a line at [email protected]!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Chrome Screen Sharing Chrome Screen Sharing
ID kedahopbcbdppafmfmilachnkehnagbm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/chrome-screen-sharing/kedahopbcbdppafmfmilachnkehnagbm
คำอธิบาย Instant, multi-cursor screen sharing for Chrome.
ขนาดไฟล์ 3.27 MB
จำนวนการติดตั้ง 293
เวอร์ชันปัจจุบัน 2.4.61
อัปเดตครั้งล่าสุด 2024-02-23
วันที่เผยแพร่ 2022-05-23
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://upscope.com
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://upscope.com/extension
URL หน้านโยบายความเป็นส่วนตัว https://app.upscope.io/contracts/privacy.pdf
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Chrome Screen Sharing",
    "version": "2.4.61",
    "description": "Instant, multi-cursor screen sharing for Chrome.",
    "manifest_version": 3,
    "author": "Upscope.com",
    "permissions": [
        "tabs",
        "storage"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_title": "Share this tab"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "injection.js",
                "upscope.js"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "icons": {
        "16": "images\/icon\/not_active_light_16.png",
        "48": "images\/icon\/not_active_light_48.png",
        "128": "images\/icon\/not_active_light_128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "pdf.worker.entry.*.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}