Push to Classroom

This extension shares current URL to Google Classroom stream

什麼是Push to Classroom?

Push to Classroom是由Jeff Maxim開發的Chrome擴展程式,該擴展的主要功能是“This extension shares current URL to Google Classroom stream”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Push to Classroom擴展crx文件

下載Push to Classroom擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Push to Classroom allows teachers to instantly share any link to their Google Classroom classes as an announcement or an assignment. This allows teachers to instantly push links to their students, even if the students aren't currently logged in to Google Chrome.

Push to classroom was developed by me, Jeff Maxim, a real live public middle school teacher in NYC. Thanks to the Google Classroom API team for making the "Share to Classroom" button available.

This extension is different than Share to Classroom. Share to Classroom allows teachers to share a URL to the screen of students who are signed in to Google Chrome. Push to Classroom shares a URL to the stream of a Google Classroom class, and it does not require students to be logged in to Chrome.

Please contact [email protected] with any questions, concerns, or feedback.

Please see more about me at http://jeffmaxim.herokuapp.com/                    

擴展基本資訊

名稱 Push to Classroom Push to Classroom
ID jbneakgkpdfcjnolohhnbahjcbkleiji
官方網址 https://chrome.google.com/webstore/detail/push-to-classroom/jbneakgkpdfcjnolohhnbahjcbkleiji
簡介 This extension shares current URL to Google Classroom stream
檔案大小 54.94 KB
安裝次數 9,000
目前版本 0.0.0.4
更新時間 2016-12-30
上架時間 2016-12-30
評分 3.29/5 共 7 次評分
開發者 Jeff Maxim
付費類型 free
說明頁面URL http://jeffmaxim.herokuapp.com/
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Push to Classroom",
    "description": "This extension shares current URL to Google Classroom stream",
    "version": "0.0.0.4",
    "browser_action": {
        "default_icon": "ptc.png",
        "default_popup": "popup.html",
        "default_title": "Click here!"
    },
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}