Ivey Learn Plus
Extended functions for Ivey Learn
O que é Ivey Learn Plus?
Ivey Learn Plus é uma extensão do Chrome desenvolvida por ameena.zehra, e sua principal característica é "Extended functions for Ivey Learn".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Ivey Learn Plus
Baixe arquivos de extensão Ivey Learn Plus 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
A chrome extension for all your Ivey Room Booking needs! This simplifies the Ivey room bookings on one user friendly interface complete with your own personal bookings, a calendar widget to click through room availability in the next 7 days as well as a window icon indicating which rooms have windows.
Informações Básicas da Extensão
Nome | |
ID | bkohknakegeeefnfgdchfffbcidpmenj |
URL Oficial | https://chromewebstore.google.com/detail/ivey-learn-plus/bkohknakegeeefnfgdchfffbcidpmenj |
Descrição | Extended functions for Ivey Learn |
Tamanho do Arquivo | 8.79 MB |
Contagem de Instalações | 302 |
Versão Atual | 1.0 |
Última Atualização | 2023-01-27 |
Data de Publicação | 2023-01-27 |
Classificação | 5.00/5 Total de 3 Avaliações |
Desenvolvedor | ameena.zehra |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Ivey Learn Plus", "description": "Extended functions for Ivey Learn", "version": "1.0", "action": { "default_popup": "popup\/popup.html" }, "background": { "service_worker": "background.js" }, "permissions": [ "tabs", "scripting", "webNavigation", "storage" ], "host_permissions": [ "https:\/\/learn.ivey.ca\/*", "https:\/\/apps2.ivey.ca\/" ], "content_scripts": [ { "js": [ "scripts\/content.js" ], "matches": [ "https:\/\/ivey.instructure.com\/*" ], "match_origin_as_fallback": true, "all_frames": true } ] } |