Smart Connection

Screen Sharing By Wireless Display

Smart Connection là gì?

Smart Connection là một tiện ích mở rộng Chrome được phát triển bởi AtomWu, và tính năng chính của nó là "Screen Sharing By Wireless Display".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Smart Connection

Tải xuống các tệp mở rộng Smart Connection dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Smart Connection : 

Screen Sharing By Wireless Display.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Smart Connection Smart Connection
ID jdeffbcalgephoogkfbjdijifmdkcmkn
URL Chính Thức https://chrome.google.com/webstore/detail/smart-connection/jdeffbcalgephoogkfbjdijifmdkcmkn
Mô tả Screen Sharing By Wireless Display
Kích Thước Tệp 146 KB
Số Lần Cài Đặt 764
Phiên Bản Hiện Tại 0.3.4
Cập Nhật Lần Cuối 2018-05-10
Ngày Phát Hành 2018-05-10
Đánh Giá 4.60/5 Tổng số 5 Đánh Giá
Nhà Phát Triển AtomWu
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}