Smart Education

The Plug-in for screen sharing and file sharing of smart live teaching & learning service.

Co je Smart Education ?

Smart Education je rozšíření Chrome vyvinuté forrestlin888, a jeho hlavní funkcí je „The Plug-in for screen sharing and file sharing of smart live teaching & learning service.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Smart Education

Stáhněte si soubory rozšíření Smart Education ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        The Plug-in for screen sharing and file sharing of smart live teaching & learning service.                    

Základní Informace o Rozšíření

Název Smart Education Smart Education
ID lialoimhfnkjogigfnkkpijdhecjhfpm
Oficiální URL https://chrome.google.com/webstore/detail/smart-education/lialoimhfnkjogigfnkkpijdhecjhfpm
Popis The Plug-in for screen sharing and file sharing of smart live teaching & learning service.
Velikost souboru 103 KB
Počet instalací 69
Aktuální Verze 0.0.6
Poslední Aktualizace 2019-08-16
Datum Vydání 2019-08-12
Vývojář forrestlin888
Typ Platby free
Podporované Jazyky en,zh-CN
manifest.json
{
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "description": "The Plug-in for screen sharing and file sharing of smart live teaching & learning service.",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "name": "Smart Education ",
    "permissions": [
        "desktopCapture",
        "contextMenus",
        "bookmarks",
        "tabs",
        "notifications",
        "webRequest",
        "webRequestBlocking",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "short_name": "Smart Live Teaching & Learning Service",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.6",
    "default_locale": "zh_CN"
}