ebox screen sharing

This Chrome extension is developed primary for WECYOU. It doesn't do anything except capture content of your screen.

ما هو ebox screen sharing؟

ebox screen sharing هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "This Chrome extension is developed primary for WECYOU. It doesn't do anything except capture content of your screen.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة ebox screen sharing

قم بتنزيل ملفات الامتداد ebox screen sharing بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        ebox screen sharing                    

معلومات أساسية عن التمديد

الاسم ebox screen sharing ebox screen sharing
ID aakbafpihdhaaddmgblognchdoiciloj
عنوان URL الرسمي https://chromewebstore.google.com/detail/ebox-screen-sharing/aakbafpihdhaaddmgblognchdoiciloj
الوصف This Chrome extension is developed primary for WECYOU. It doesn't do anything except capture content of your screen.
حجم الملف 28.92 KB
عدد التثبيتات 48
النسخة الحالية 2.0
آخر تحديث 2019-11-20
تاريخ النشر 2019-11-20
المطور Unknown
نوع الدفع free
اللغات المدعومة it
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ebox screen sharing",
    "author": "Wecyou S.r.l.",
    "version": "2.0",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "This Chrome extension is developed primary for WECYOU. It doesn't do anything except capture content of your screen.",
    "homepage_url": "http:\/\/www.wecyou.it\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "externally_connectable": {
        "matches": [
            "http:\/\/localhost:4200\/*",
            "https:\/\/ebox-web.azurewebsites.net\/*"
        ]
    },
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}