VoiSmart Screen Share

VoiSmart browser extension for screen sharing support

VoiSmart Screen Shareคืออะไร?

VoiSmart Screen Share เป็นส่วนขยายของ Chrome ที่พัฒนาโดย develop และคุณลักษณะหลักของมันคือ "VoiSmart browser extension for screen sharing support"

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

screenshot

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

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

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

                        Screen sharing support for VoiSmart conference.                    

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

ชื่อ VoiSmart Screen Share VoiSmart Screen Share
ID ipglkdcdgpagcjcockkhdpcojokgigbg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/voismart-screen-share/ipglkdcdgpagcjcockkhdpcojokgigbg
คำอธิบาย VoiSmart browser extension for screen sharing support
ขนาดไฟล์ 5.06 KB
จำนวนการติดตั้ง 120
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2018-08-31
วันที่เผยแพร่ 2018-08-31
ผู้พัฒนา develop
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "VoiSmart Screen Share",
    "short_name": "VoiSmartShare",
    "author": "VoiSmart",
    "version": "1.1",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "VoiSmart browser extension for screen sharing support",
    "homepage_url": "https:\/\/www.voismart.it",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "all_frames": true,
            "run_at": "document_end",
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "icons": {
        "48": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}