Montage Screen Sharing

This Chrome extension allows you to share your screen with other interview participants.

Montage Screen Sharingคืออะไร?

Montage Screen Sharing เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://montagetalent.com และคุณลักษณะหลักของมันคือ "This Chrome extension allows you to share your screen with other interview participants."

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

screenshot

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

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

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

                        Montage Screen Sharing provides participants in a Live Video Interview the ability to share their screen. 

Montage's interviewing platform is the single solution to engage, interview and hire better candidates, faster.                    

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

ชื่อ Montage Screen Sharing Montage Screen Sharing
ID kpdaolkakefdigaoijmjllkfnmmekfad
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/montage-screen-sharing/kpdaolkakefdigaoijmjllkfnmmekfad
คำอธิบาย This Chrome extension allows you to share your screen with other interview participants.
ขนาดไฟล์ 26.65 KB
จำนวนการติดตั้ง 889
เวอร์ชันปัจจุบัน 1.0.1.3
อัปเดตครั้งล่าสุด 2019-03-21
วันที่เผยแพร่ 2019-03-21
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา https://montagetalent.com
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Montage Screen Sharing",
    "author": "Montage Talent, Inc.",
    "version": "1.0.1.3",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "This Chrome extension allows you to share your screen with other interview participants.",
    "homepage_url": "http:\/\/www.montagetalent.com\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "all_frames": true,
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}