ClassroomGo 宜蘭教學廣播老師版

分享畫面, 封鎖頁面, 推播訊息,

ClassroomGo 宜蘭教學廣播老師版란 무엇입니까?

ClassroomGo 宜蘭教學廣播老師版은(는) Yilan에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "分享畫面, 封鎖頁面, 推播訊息,"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

ClassroomGo 宜蘭教學廣播老師版 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        透過ClassroomMate的廣播系統,   老師可以
 鎖定學生機其他分頁(不讓學生跳轉/新增/或是其他分頁黑畫面)  
 全螢幕廣播教師畫面
 簡單選取要投影的學生機
未來更可以 
鎖學生畫面,傳網址、傳訊息
 選定某些學生接收老師廣播
 指定某位學生畫面轉播給所有人
 將學生畫面設為全黑幕
 將網站設為黑/白名單                    

확장 프로그램 기본 정보

이름 ClassroomGo 宜蘭教學廣播老師版 ClassroomGo 宜蘭教學廣播老師版
ID lpnpppcjhpdppibdojpmopaejakilljp
공식 URL https://chromewebstore.google.com/detail/宜蘭教學廣播老師版/lpnpppcjhpdppibdojpmopaejakilljp?hl=en
설명 分享畫面, 封鎖頁面, 推播訊息,
파일 크기 5.9 MB
설치 횟수 1,346
현재 버전 9.9.16
최근 업데이트 2023-04-17
출시 날짜 2020-07-02
개발자 Yilan
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://ydes.ai/privacy_policy
지원되는 언어 en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_application_title__",
    "default_locale": "zh_CN",
    "externally_connectable": {
        "ids": [
            "*"
        ],
        "matches": [
            "*:\/\/*.gto.to\/*",
            "*:\/\/*.gtrainers.org\/*"
        ],
        "accepts_tls_channel_id": false
    },
    "author": "GTrainers",
    "version": "9.9.16",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "\u5206\u4eab\u756b\u9762, \u5c01\u9396\u9801\u9762, \u63a8\u64ad\u8a0a\u606f,",
    "homepage_url": "https:\/\/gsreports.ilc.edu.tw\/",
    "background": {
        "scripts": [
            "socket.io.js",
            "background.js",
            "g_api.js",
            "RTCMultiConnection.js",
            "CodecsHandler.js",
            "IceServersHandler.js",
            "desktop-capturing.js",
            "kurento-utils.js",
            "streamMix.js",
            "\/drawer\/Background_drawer.js",
            "\/drawer\/jquery.js",
            "\/drawer\/content-core.js",
            "\/drawer\/connect-nimbus.js",
            "timer.js",
            "zepto.js",
            "cam_view.js",
            "recorder.js",
            "bg_audio_recorder.js",
            "RecordRTC.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "recordring_content.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "images\/desktopCapture22.png",
        "default_title": "ClassroomGo",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/desktopCapture16.png",
        "22": "images\/desktopCapture22.png",
        "32": "images\/desktopCapture32.png",
        "48": "images\/desktopCapture48.png",
        "128": "images\/desktopCapture128.png"
    },
    "permissions": [
        "desktopCapture",
        "storage",
        "tabs",
        "",
        "activeTab",
        "identity",
        "identity.email",
        "notifications",
        "https:\/\/accounts.google.com\/*",
        "https:\/\/www.googleapis.com\/*",
        "unlimitedStorage",
        "*:\/\/*\/*",
        "contextMenus",
        "downloads"
    ],
    "oauth2": {
        "client_id": "46754737546-mt75kntoo86pillt5quh4of4q6b34mg2.apps.googleusercontent.com",
        "scopes": [
            "email",
            "https:\/\/www.googleapis.com\/auth\/classroom.courses",
            "https:\/\/www.googleapis.com\/auth\/classroom.announcements",
            "https:\/\/www.googleapis.com\/auth\/classroom.rosters",
            "https:\/\/www.googleapis.com\/auth\/classroom.profile.photos",
            "https:\/\/www.googleapis.com\/auth\/classroom.profile.emails",
            "https:\/\/www.googleapis.com\/auth\/drive",
            "https:\/\/www.googleapis.com\/auth\/classroom.coursework.students",
            "https:\/\/www.googleapis.com\/auth\/admin.directory.device.chromeos.readonly",
            "https:\/\/www.googleapis.com\/auth\/admin.directory.group.readonly"
        ]
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/netdna.bootstrapcdn.com https:\/\/cdnjs.cloudflare.com https:\/\/content.googleapis.com https:\/\/ajax.googleapis.com https:\/\/www.googleapis.com https:\/\/apis.google.com https:\/\/apis.google.com\/* https:\/\/accounts.google.com https:\/\/oauth.googleusercontent.com https:\/\/ssl.gstatic.com https:\/\/docs.google.com https:\/\/gsreports.ilc.edu.tw\/ https:\/\/code.jquery.com https:\/\/classroommate.gtrainers.org\/ https:\/\/cdn.datatables.net; object-src 'self'",
    "web_accessible_resources": [
        "images\/desktopCapture48.png",
        "images\/*",
        "css\/*",
        "timer.html",
        "pop_time.js",
        "timer_frame.js",
        "\/recording\/rec.js",
        "\/html\/rec.html",
        "timer_frame.html",
        "\/html\/cam_view.html",
        "shorted_urls.html",
        "img\/ico_copy.png",
        "\/audio\/record_alert.m4a",
        "img\/ico_history.png",
        "img\/ico-refresh.png",
        "\/tableLang\/tw.json",
        "\/tableLang\/ja.json",
        "\/tableLang\/en.json",
        "\/html\/rec.html",
        "\/images\/recording\/bg.png",
        "\/images\/recording\/btn_bg.png",
        "\/images\/recording\/download.png",
        "\/images\/recording\/drive.png",
        "\/images\/recording\/pause.png",
        "\/images\/recording\/record.png",
        "\/images\/recording\/sound.png",
        "\/images\/recording\/stop.png",
        "\/images\/recording\/continue.png",
        "\/images\/recording\/delete.png"
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    }
}