Smart Connection Beta Version

Screen Sharing By Wireless Display

What is Smart Connection Beta Version?

Smart Connection Beta Version is a Chrome extension developed by AtomWu, and its main feature is "Screen Sharing By Wireless Display".

Download Smart Connection Beta Version Extension CRX File

Download Smart Connection Beta Version extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                                            

Extension Basic Information

Name Smart Connection Beta Version Smart Connection Beta Version
ID cfeahbinfdmegpkjibpocdndjjafolhd
Official URL https://chrome.google.com/webstore/detail/smart-connection-beta-ver/cfeahbinfdmegpkjibpocdndjjafolhd
Description Screen Sharing By Wireless Display
File Size 180 KB
Installation Count 197
Current Version 0.1.9
Last Updated 2017-03-17
Publish Date 2017-03-17
Rating 5.00/5 Total 4 Ratings
Developer AtomWu
Email [email protected]
Payment Type free
Supported Languages zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Smart Connection Beta Version",
    "description": "Screen Sharing By Wireless Display",
    "version": "0.1.9",
    "manifest_version": 2,
    "icons": {
        "48": "beta_48.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "proxy",
        "tabs",
        "desktopCapture",
        "storage"
    ],
    "browser_action": {
        "default_icon": "beta.png",
        "default_popup": "popup.html"
    },
    "options_page": "setting.html"
}