Squad - Screen Share

Capture full-screen or specific application's screen on any HTTPs domain!

Squad - Screen Shareคืออะไร?

Squad - Screen Share เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Citrus CX และคุณลักษณะหลักของมันคือ "Capture full-screen or specific application's screen on any HTTPs domain!"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Squad - Screen Share

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

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

                        Compartilhe a tela ou janela da aplicação em conferências.
Esta extension permite que os usuários conectados nas video conferências do Citrus Squad compartilhem a tela do seu computador para apresentações.
A extensão suporta o compartilhamento da tela inteira ou de uma janela de uma aplicação específica.                    

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

ชื่อ Squad - Screen Share Squad - Screen Share
ID mnnjgkbljlglijofflgpolkofgkcipfd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/squad-screen-share/mnnjgkbljlglijofflgpolkofgkcipfd
คำอธิบาย Capture full-screen or specific application's screen on any HTTPs domain!
ขนาดไฟล์ 34.62 KB
จำนวนการติดตั้ง 97
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2020-09-23
วันที่เผยแพร่ 2020-06-03
ผู้พัฒนา Citrus CX
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://squad.us
URL หน้าช่วยเหลือ https://squad.us
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Squad - Screen Share",
    "author": "Digivox",
    "version": "1.2",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "Capture full-screen or specific application's screen on any HTTPs domain!",
    "homepage_url": "https:\/\/squad.us",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "all_frames": true,
            "run_at": "document_end",
            "matches": [
                "https:\/\/*.citrussquad.com\/*",
                "https:\/\/*.squad.us\/*",
                "https:\/\/ucpro.algartelecom.com.br\/*"
            ]
        }
    ],
    "icons": {
        "48": "icon48.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}