Smart Connection

Screen Sharing By Wireless Display

What is Smart Connection?

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

Extension Screenshots

screenshot
screenshot

Download Smart Connection Extension CRX File

Download Smart Connection 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

                        Smart Connection : 

Screen Sharing By Wireless Display.                    

Extension Basic Information

Name Smart Connection Smart Connection
ID jdeffbcalgephoogkfbjdijifmdkcmkn
Official URL https://chrome.google.com/webstore/detail/smart-connection/jdeffbcalgephoogkfbjdijifmdkcmkn
Description Screen Sharing By Wireless Display
File Size 146 KB
Installation Count 764
Current Version 0.3.4
Last Updated 2018-05-10
Publish Date 2018-05-10
Rating 4.60/5 Total 5 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",
    "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"
}