Zedder
Displays all open shifts in one place on the Zed scheduling page. This extension will only be useful to employees of the Rutgers…
O que é Zedder?
Zedder é uma extensão do Chrome desenvolvida por aSempruch, e sua principal característica é "Displays all open shifts in one place on the Zed scheduling page. This extension will only be useful to employees of the Rutgers…".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Zedder
Baixe arquivos de extensão Zedder 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
Displays all open shifts in one place on the Zed scheduling page. This extension will only be useful to employees of the Rutgers Office of Information Technology that have access to the "Zed" portal. Now allows you to dismiss shifts that you are not interested in!
Informações Básicas da Extensão
Nome | Zedder |
ID | oclfiknhggkgkhibknacdlniepkggbal |
URL Oficial | https://chromewebstore.google.com/detail/zedder/oclfiknhggkgkhibknacdlniepkggbal |
Descrição | Displays all open shifts in one place on the Zed scheduling page. This extension will only be useful to employees of the Rutgers… |
Tamanho do Arquivo | 45.51 KB |
Contagem de Instalações | 192 |
Versão Atual | 5.0 |
Última Atualização | 2020-03-19 |
Data de Publicação | 2020-02-20 |
Classificação | 5.00/5 Total de 9 Avaliações |
Desenvolvedor | aSempruch |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/aSempruch/ |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Zedder", "author": "aSempruch", "permissions": [ "storage" ], "version": "5.0", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon16.png", "default_popup": "options.html" }, "content_scripts": [ { "matches": [ "https:\/\/zed.rutgers.edu\/scheduling\/" ], "js": [ "jquery.js", "content.js" ] } ], "options_ui": { "page": "options.html", "chrome_style": true }, "web_accessible_resources": [ "icon16.png" ] } |