Smart Education

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

Smart Education là gì?

Smart Education là một tiện ích mở rộng Chrome được phát triển bởi forrestlin888, và tính năng chính của nó là "The Plug-in for screen sharing and file sharing of smart live teaching & learning service.".

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

screenshot

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

Tải xuống các tệp mở rộng Smart Education 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

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

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

Tên Smart Education Smart Education
ID lialoimhfnkjogigfnkkpijdhecjhfpm
URL Chính Thức https://chrome.google.com/webstore/detail/smart-education/lialoimhfnkjogigfnkkpijdhecjhfpm
Mô tả The Plug-in for screen sharing and file sharing of smart live teaching & learning service.
Kích Thước Tệp 103 KB
Số Lần Cài Đặt 69
Phiên Bản Hiện Tại 0.0.6
Cập Nhật Lần Cuối 2019-08-16
Ngày Phát Hành 2019-08-12
Nhà Phát Triển forrestlin888
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}