Canvas SimpleShare

Desktop Screen Sharing Client For Canvas CRS class devices.

Canvas SimpleShareคืออะไร?

Canvas SimpleShare เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jupiter Systems และคุณลักษณะหลักของมันคือ "Desktop Screen Sharing Client For Canvas CRS class devices."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Canvas SimpleShare

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

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

                                            

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

ชื่อ Canvas SimpleShare Canvas SimpleShare
ID bagghogdobjiomkdaaaengkcebcpcljj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/canvas-simpleshare/bagghogdobjiomkdaaaengkcebcpcljj
คำอธิบาย Desktop Screen Sharing Client For Canvas CRS class devices.
ขนาดไฟล์ 24.73 KB
จำนวนการติดตั้ง 65
เวอร์ชันปัจจุบัน 2.0
อัปเดตครั้งล่าสุด 2016-08-13
วันที่เผยแพร่ 2016-08-12
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Jupiter Systems
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.jupiter.com/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "author": "Chad Lucas",
    "name": "Canvas SimpleShare",
    "short_name": "Canvas SimpleShare",
    "description": "Desktop Screen Sharing Client For Canvas CRS class devices.",
    "version": "2.0",
    "icons": {
        "128": "images\/CanvasSimpleShare128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/crs",
                "https:\/\/*\/Crs",
                "https:\/\/*\/crs\/",
                "https:\/\/*\/Crs\/",
                "https:\/\/*\/SimpleShare",
                "https:\/\/*\/simpleshare",
                "https:\/\/*\/simpleShare",
                "https:\/\/*\/Simpleshare",
                "https:\/\/*\/SimpleShare\/",
                "https:\/\/*\/simpleshare\/",
                "https:\/\/*\/simpleShare\/",
                "https:\/\/*\/Simpleshare\/",
                "https:\/\/*\/mimic\/*",
                "https:\/\/*\/mimic?*",
                "https:\/\/*\/Mimic\/*",
                "https:\/\/*\/mimic",
                "https:\/\/*\/Mimic",
                "https:\/\/*\/mimic\/Index",
                "https:\/\/*\/mimic\/Index\/",
                "https:\/\/*\/Mimic\/Index",
                "https:\/\/*\/Mimic\/Index\/"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "desktopCapture",
        "tabs",
        "webRequest",
        "https:\/\/*\/crs",
        "https:\/\/*\/Crs",
        "https:\/\/*\/crs\/",
        "https:\/\/*\/Crs\/",
        "https:\/\/*\/SimpleShare",
        "https:\/\/*\/simpleshare",
        "https:\/\/*\/simpleShare",
        "https:\/\/*\/Simpleshare",
        "https:\/\/*\/SimpleShare\/",
        "https:\/\/*\/simpleshare\/",
        "https:\/\/*\/simpleShare\/",
        "https:\/\/*\/Simpleshare\/",
        "https:\/\/*\/mimic\/*",
        "https:\/\/*\/mimic?*",
        "https:\/\/*\/Mimic\/*",
        "https:\/\/*\/mimic",
        "https:\/\/*\/Mimic",
        "https:\/\/*\/mimic\/Index",
        "https:\/\/*\/mimic\/Index\/",
        "https:\/\/*\/Mimic\/Index",
        "https:\/\/*\/Mimic\/Index\/"
    ]
}