WISEflow Screen Sharing

This extension enables screen share when using FLOWoral remote

WISEflow Screen Sharingคืออะไร?

WISEflow Screen Sharing เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "This extension enables screen share when using FLOWoral remote"

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

screenshot

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

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

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

                        This extension enables screen share when using FLOWoral remote                    

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

ชื่อ WISEflow Screen Sharing WISEflow Screen Sharing
ID gplddhcplebgiifigagihgpafhhkainn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/wiseflow-screen-sharing/gplddhcplebgiifigagihgpafhhkainn
คำอธิบาย This extension enables screen share when using FLOWoral remote
ขนาดไฟล์ 20.36 KB
จำนวนการติดตั้ง 44
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2016-11-18
วันที่เผยแพร่ 2016-11-17
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Unknown
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WISEflow Screen Sharing",
    "author": "Uniwise",
    "version": "1.0",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "This extension enables screen share when using FLOWoral remote",
    "homepage_url": "http:\/\/wiseflow.net\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.wiseflow.net\/*"
        ]
    },
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}