ebox screen sharing

This Chrome extension is developed primary for WECYOU. It doesn't do anything except capture content of your screen.

ebox screen sharingคืออะไร?

ebox screen sharing เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "This Chrome extension is developed primary for WECYOU. It doesn't do anything except capture content of your screen."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ebox screen sharing

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

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

                        ebox screen sharing                    

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

ชื่อ ebox screen sharing ebox screen sharing
ID aakbafpihdhaaddmgblognchdoiciloj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/ebox-screen-sharing/aakbafpihdhaaddmgblognchdoiciloj
คำอธิบาย This Chrome extension is developed primary for WECYOU. It doesn't do anything except capture content of your screen.
ขนาดไฟล์ 28.92 KB
จำนวนการติดตั้ง 48
เวอร์ชันปัจจุบัน 2.0
อัปเดตครั้งล่าสุด 2019-11-20
วันที่เผยแพร่ 2019-11-20
ผู้พัฒนา Unknown
ประเภทการชำระเงิน free
ภาษาที่รองรับ it
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ebox screen sharing",
    "author": "Wecyou S.r.l.",
    "version": "2.0",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "This Chrome extension is developed primary for WECYOU. It doesn't do anything except capture content of your screen.",
    "homepage_url": "http:\/\/www.wecyou.it\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "externally_connectable": {
        "matches": [
            "http:\/\/localhost:4200\/*",
            "https:\/\/ebox-web.azurewebsites.net\/*"
        ]
    },
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}