Plataforma Bahia, Brasil
Identidade, Trabalho e Inovação.
Was ist Plataforma Bahia, Brasil?
Plataforma Bahia, Brasil ist eine Chrome-Erweiterung, die von https://bahiabrasil.atinaedu.com.br entwickelt wurde, und ihr Hauptmerkmal ist "Identidade, Trabalho e Inovação.".
Erweiterungsscreenshots
Plataforma Bahia, Brasil-Erweiterungs-CRX-Datei herunterladen
Laden Sie Plataforma Bahia, Brasil-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
A plataforma Bahia, Brasil: Identidade, Trabalho e Inovação, agrega uma série de objetos de conteúdos de diversos temas elaborados e licenciados especificamente aos estudantes de Ensino Médio da rede de educação da Bahia. Os objetos podem ser incorporados diretamente nas atividades elaboradas pelos professores. Ela se destina aos professores e estudantes da rede de educação da Bahia e foi disponibilizada para compor a proposta do programa E-Nova Educação no âmbito do Programa Ciência na Escola.
Grundlegende Informationen zur Erweiterung
Name | |
ID | kapghdnmlfmbjgjbkedgbefbamoiglpa |
Offizielle URL | https://chromewebstore.google.com/detail/plataforma-bahia-brasil/kapghdnmlfmbjgjbkedgbefbamoiglpa |
Beschreibung | Identidade, Trabalho e Inovação. |
Dateigröße | 19.89 KB |
Installationsanzahl | 264 |
Aktuelle Version | 1.2.0.6 |
Letztes Update | 2018-09-10 |
Veröffentlichungsdatum | 2018-09-10 |
Entwickler | https://bahiabrasil.atinaedu.com.br |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | http://bahiabrasil.atinaedu.com.br |
Hilfeseite URL | http://bahiabrasil.atinaedu.com.br/suporte |
Unterstützte Sprachen | pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Plataforma Bahia, Brasil", "description": "Identidade, Trabalho e Inova\u00e7\u00e3o.", "version": "1.2.0.6", "browser_action": { "default_icon": { "38": "38.png" }, "default_title": "Plataforma Bahia, Brasil" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "homepage_url": "https:\/\/bahiabrasil.atinaedu.com.br\/", "content_scripts": [ { "matches": [ "https:\/\/bahiabrasil.atinaedu.com.br\/*" ], "all_frames": true, "js": [ "installed.js" ] } ], "permissions": [ "tabs" ], "manifest_version": 2 } |