Livestorm Screensharing

Livestorm extension utility for screensharing support

ما هو Livestorm Screensharing؟

Livestorm Screensharing هو إضافة Chrome تم تطويرها بواسطة https://livestorm.co، والميزة الرئيسية لها هي "Livestorm extension utility for screensharing support".

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

screenshot

تحميل ملف CRX للإضافة Livestorm Screensharing

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

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

                        Livestorm extension for screensharing support                    

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

الاسم Livestorm Screensharing Livestorm Screensharing
ID agdmglieodoodfjgljideekcenoakdgb
عنوان URL الرسمي https://chromewebstore.google.com/detail/livestorm-screensharing/agdmglieodoodfjgljideekcenoakdgb
الوصف Livestorm extension utility for screensharing support
حجم الملف 309 KB
عدد التثبيتات 3,241
النسخة الحالية 1.1
آخر تحديث 2016-10-19
تاريخ النشر 2016-10-19
تقييم 5.00/5 مجموع تقييمات 4
المطور https://livestorm.co
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Livestorm Screensharing",
    "author": "Livestorm",
    "version": "1.1",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "Livestorm extension utility for screensharing support",
    "homepage_url": "https:\/\/livestorm.co",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/localhost:4000\/*",
            "https:\/\/*.livestorm.co\/*",
            "https:\/\/*.livestorm.fr\/*"
        ]
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}