InterVu Screen Share

Capture full-screen or specific application's screen of InterVu app

InterVu Screen Shareคืออะไร?

InterVu Screen Share เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Capture full-screen or specific application's screen of InterVu app"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย InterVu Screen Share

ดาวน์โหลดไฟล์ส่วนขยาย InterVu Screen Share ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Enable screen sharing on intervunow.com                    

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

ชื่อ InterVu Screen Share InterVu Screen Share
ID nmlfljhfllkeeladifnjcncdinampckd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/intervu-screen-share/nmlfljhfllkeeladifnjcncdinampckd
คำอธิบาย Capture full-screen or specific application's screen of InterVu app
ขนาดไฟล์ 5.13 KB
จำนวนการติดตั้ง 26
เวอร์ชันปัจจุบัน 1.5.3
อัปเดตครั้งล่าสุด 2020-05-04
วันที่เผยแพร่ 2020-05-04
ผู้พัฒนา Unknown
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "InterVu Screen Share",
    "author": "FocusVision",
    "version": "1.5.3",
    "minimum_chrome_version": "34",
    "description": "Capture full-screen or specific application's screen of InterVu app",
    "externally_connectable": {
        "matches": [
            "*:\/\/intervunow.com\/*"
        ]
    },
    "permissions": [
        "desktopCapture",
        "tabs",
        "*:\/\/intervunow.com\/*"
    ],
    "background": {
        "scripts": [
            "env.js",
            "background.js"
        ]
    },
    "icons": {
        "48": "images\/icon-48.png"
    }
}