Push to Classroom

This extension shares current URL to Google Classroom stream

O que é Push to Classroom?

Push to Classroom é uma extensão do Chrome desenvolvida por Jeff Maxim, e sua principal característica é "This extension shares current URL to Google Classroom stream".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Push to Classroom

Baixe arquivos de extensão Push to Classroom no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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/                    

Informações Básicas da Extensão

Nome Push to Classroom Push to Classroom
ID jbneakgkpdfcjnolohhnbahjcbkleiji
URL Oficial https://chrome.google.com/webstore/detail/push-to-classroom/jbneakgkpdfcjnolohhnbahjcbkleiji
Descrição This extension shares current URL to Google Classroom stream
Tamanho do Arquivo 54.94 KB
Contagem de Instalações 9,000
Versão Atual 0.0.0.4
Última Atualização 2016-12-30
Data de Publicação 2016-12-30
Classificação 3.29/5 Total de 7 Avaliações
Desenvolvedor Jeff Maxim
Tipo de Pagamento free
URL da Página de Ajuda http://jeffmaxim.herokuapp.com/
Idiomas Suportados 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'"
}