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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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