thera-LINK Screen Sharing

Allows you to share your screen using thera-LINK.

ما هو thera-LINK Screen Sharing؟

thera-LINK Screen Sharing هو إضافة Chrome تم تطويرها بواسطة https://thera-link.com، والميزة الرئيسية لها هي "Allows you to share your screen using thera-LINK.".

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

screenshot

تحميل ملف CRX للإضافة thera-LINK Screen Sharing

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

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

                                            

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

الاسم thera-LINK Screen Sharing thera-LINK Screen Sharing
ID geoohggdjcimdjilhhnoolpblkbgnagb
عنوان URL الرسمي https://chromewebstore.google.com/detail/thera-link-screen-sharing/geoohggdjcimdjilhhnoolpblkbgnagb
الوصف Allows you to share your screen using thera-LINK.
حجم الملف 38.35 KB
عدد التثبيتات 416
النسخة الحالية 1.0
آخر تحديث 2017-08-10
تاريخ النشر 2017-08-10
تقييم 5.00/5 مجموع تقييمات 1
المطور https://thera-link.com
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://www.thera-link.com/privacy-policy
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "thera-LINK Screen Sharing",
    "author": "thera-LINK, LLC",
    "version": "1.0",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "Allows you to share your screen using thera-LINK.",
    "homepage_url": "https:\/\/www.thera-link.com\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.thera-link.com\/*",
            "https:\/\/*.thera-link.dev\/*"
        ]
    },
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}