Intouch Health Screen Sharing

This Chrome extension is developed primary for https://intouchhealth.com . It captures content of your screen.

ما هو Intouch Health Screen Sharing؟

Intouch Health Screen Sharing هو إضافة Chrome تم تطويرها بواسطة Intouch Health، والميزة الرئيسية لها هي "This Chrome extension is developed primary for https://intouchhealth.com . It captures content of your screen.".

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

screenshot

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

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

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

                        This Chrome extension was developed by InTouch Health to enable screen sharing for websites supported by InTouch Health.                    

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

الاسم Intouch Health Screen Sharing Intouch Health Screen Sharing
ID inlmbeahpljokbkejnmmnnofmploliaa
عنوان URL الرسمي https://chromewebstore.google.com/detail/intouch-health-screen-sha/inlmbeahpljokbkejnmmnnofmploliaa
الوصف This Chrome extension is developed primary for https://intouchhealth.com . It captures content of your screen.
حجم الملف 29.14 KB
عدد التثبيتات 117
النسخة الحالية 2.9
آخر تحديث 2019-04-08
تاريخ النشر 2019-04-08
المطور Intouch Health
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://intouchhealth.com/privacy-policy
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Intouch Health Screen Sharing",
    "author": "Intouch Health",
    "version": "2.9",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "This Chrome extension is developed primary for https:\/\/intouchhealth.com . It captures content of your screen.",
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/intouch-health-screen-sha\/inlmbeahpljokbkejnmmnnofmploliaa",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.visitnow.org\/*",
            "https:\/\/*.tru.clinic\/*",
            "https:\/\/*.truclinic.com\/*",
            "https:\/\/*.ai.coffee\/*",
            "https:\/\/*.hs.utah.gov\/*",
            "https:\/\/*.threadtelehealth.com\/*",
            "https:\/\/*.telemedicinaeinstein.com.br\/*",
            "https:\/\/*.uofuhealth.org\/*",
            "https:\/\/*.keckmedicine.org\/*",
            "https:\/\/*.einstein.br\/*",
            "https:\/\/*.visitnow.com\/*",
            "https:\/\/*.intouchhealth.eu\/*"
        ]
    },
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}