Campcite Screen Share

A Screen Sharing extension for CampCite business intelligence software solutions provider

Campcite Screen Shareคืออะไร?

Campcite Screen Share เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://video2.campcite.com และคุณลักษณะหลักของมันคือ "A Screen Sharing extension for CampCite business intelligence software solutions provider"

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

screenshot
screenshot

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

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

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

                        This is a Scren Sharing extension for CampCite chat.                    

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

ชื่อ Campcite Screen Share Campcite Screen Share
ID hopnjbgknogkfpkiniokkdfiakepfkkp
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/campcite-screen-share/hopnjbgknogkfpkiniokkdfiakepfkkp
คำอธิบาย A Screen Sharing extension for CampCite business intelligence software solutions provider
ขนาดไฟล์ 20.67 KB
จำนวนการติดตั้ง 26
เวอร์ชันปัจจุบัน 0.1.8
อัปเดตครั้งล่าสุด 2018-02-01
วันที่เผยแพร่ 2018-02-01
ผู้พัฒนา https://video2.campcite.com
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Campcite Screen Share",
    "description": "A Screen Sharing extension for CampCite business intelligence software solutions provider",
    "version": "0.1.8",
    "minimum_chrome_version": "34",
    "icons": {
        "16": "campcite-logo-16x16.png",
        "48": "campcite-logo-48x48.png",
        "128": "campcite-logo-128x128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "desktopCapture"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/video2.campcite.com\/*",
            "*:\/\/video4.campcite.com\/*",
            "*:\/\/lotusvideo.campcite.com\/*",
            "*:\/\/imavideo.campcite.com\/*",
            "*:\/\/murphybaseballvideo.campcite.com\/*",
            "*:\/\/griffithsvideo.campcite.com\/*"
        ]
    }
}