TwentyThree Screen Sharing

Allow live streaming, screen sharing and video recording with TwentyThree.

ما هو TwentyThree Screen Sharing؟

TwentyThree Screen Sharing هو إضافة Chrome تم تطويرها بواسطة http://twentythree.net، والميزة الرئيسية لها هي "Allow live streaming, screen sharing and video recording with TwentyThree.".

تحميل ملف CRX للإضافة TwentyThree Screen Sharing

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

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

                        Allow live streaming, screen sharing and video recording with TwentyThree.                    

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

الاسم TwentyThree Screen Sharing TwentyThree Screen Sharing
ID ajmipkkmbibiinbmiflnhmndagpdklof
عنوان URL الرسمي https://chrome.google.com/webstore/detail/twentythree-screen-sharin/ajmipkkmbibiinbmiflnhmndagpdklof
الوصف Allow live streaming, screen sharing and video recording with TwentyThree.
حجم الملف 11.68 KB
عدد التثبيتات 76
النسخة الحالية 1.2
آخر تحديث 2017-12-19
تاريخ النشر 2017-12-19
تقييم 4.00/5 مجموع تقييمات 1
المطور http://twentythree.net
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.twentythree.net
عنوان صفحة المساعدة https://www.twentythree.net/help
عنوان صفحة سياسة الخصوصية https://www.twentythree.net/terms
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TwentyThree Screen Sharing",
    "description": "Allow live streaming, screen sharing and video recording with TwentyThree.",
    "author": "TwentyThree.",
    "version": "1.2",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "homepage_url": "https:\/\/www.twentythree.net\/",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.videomarketingplatform.co\/*",
            "https:\/\/*.23video.com\/*",
            "http:\/\/localhost:8080\/*"
        ]
    },
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "permissions": [
        "desktopCapture",
        "tabs"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}