Boardroom Demo : Chrome Screen Sharing

This Chrome extension is developed for Boardroom demos. It simply captures the content of your screen.

Boardroom Demo : Chrome Screen Sharingคืออะไร?

Boardroom Demo : Chrome Screen Sharing เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://demo.boardroom.work และคุณลักษณะหลักของมันคือ "This Chrome extension is developed for Boardroom demos. It simply captures the content of your screen."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Boardroom Demo : Chrome Screen Sharing

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

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

                        Watch Favourite Movies Online from various countries:

Asia
China
Euro
France
HongKong
India
International
Japan
Korea
Taiwan
Thailand
United Kingdom
United States                    

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

ชื่อ Boardroom Demo : Chrome Screen Sharing Boardroom Demo : Chrome Screen Sharing
ID giohjbcffigkmknieljphlhnggmfgahb
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/boardroom-demo-chrome-scr/giohjbcffigkmknieljphlhnggmfgahb
คำอธิบาย This Chrome extension is developed for Boardroom demos. It simply captures the content of your screen.
ขนาดไฟล์ 10.98 KB
จำนวนการติดตั้ง 54
เวอร์ชันปัจจุบัน 1.5
อัปเดตครั้งล่าสุด 2018-01-29
วันที่เผยแพร่ 2018-01-29
คะแนน 4.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา http://demo.boardroom.work
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://hosting.izndgroup.com/support/privacy.php
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Boardroom Demo : Chrome Screen Sharing",
    "author": "iZND, Inc.",
    "version": "1.5",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "This Chrome extension is developed for Boardroom demos. It simply captures the content of your screen.",
    "homepage_url": "https:\/\/join.boardroom.work\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.boardroom.work\/*"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "all_frames": true,
            "matches": [
                "https:\/\/*.boardroom.work\/*",
                "https:\/\/*.boardroom.work.herokudns.com\/*"
            ]
        }
    ],
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}