Zedder
Displays all open shifts in one place on the Zed scheduling page. This extension will only be useful to employees of the Rutgers…
Qu'est-ce que Zedder ?
Zedder est une extension Chrome développée par aSempruch, et sa fonction principale est "Displays all open shifts in one place on the Zed scheduling page. This extension will only be useful to employees of the Rutgers…".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Zedder
Téléchargez les fichiers d'extension Zedder au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | Zedder |
ID | oclfiknhggkgkhibknacdlniepkggbal |
URL Officiel | https://chromewebstore.google.com/detail/zedder/oclfiknhggkgkhibknacdlniepkggbal |
Description | Displays all open shifts in one place on the Zed scheduling page. This extension will only be useful to employees of the Rutgers… |
Taille du Fichier | 45.51 KB |
Nombre d'Installations | 192 |
Version Actuelle | 5.0 |
Dernière Mise à Jour | 2020-03-19 |
Date de Publication | 2020-02-20 |
Évaluation | 5.00/5 Total 9 Évaluations |
Développeur | aSempruch |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/aSempruch/ |
Langues Prises en Charge | 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" ] } |