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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                                            

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ 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
URL หน้านโยบายความเป็นส่วนตัว 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"
    ]
}