Smart Connection

Screen Sharing By Wireless Display

Smart Connectionคืออะไร?

Smart Connection เป็นส่วนขยายของ Chrome ที่พัฒนาโดย AtomWu และคุณลักษณะหลักของมันคือ "Screen Sharing By Wireless Display"

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

screenshot
screenshot

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

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

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

                        Smart Connection : 

Screen Sharing By Wireless Display.                    

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

ชื่อ Smart Connection Smart Connection
ID jdeffbcalgephoogkfbjdijifmdkcmkn
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/smart-connection/jdeffbcalgephoogkfbjdijifmdkcmkn
คำอธิบาย Screen Sharing By Wireless Display
ขนาดไฟล์ 146 KB
จำนวนการติดตั้ง 764
เวอร์ชันปัจจุบัน 0.3.4
อัปเดตครั้งล่าสุด 2018-05-10
วันที่เผยแพร่ 2018-05-10
คะแนน 4.60/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา AtomWu
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Smart Connection",
    "description": "Screen Sharing By Wireless Display",
    "version": "0.3.4",
    "manifest_version": 2,
    "icons": {
        "48": "btn_sc_48x48.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "proxy",
        "tabs",
        "desktopCapture",
        "storage"
    ],
    "browser_action": {
        "default_icon": "btn_sc_nonshare_128.png",
        "default_popup": "popup.html"
    },
    "options_page": "setting.html"
}