Factorial+
Unofficial extension that aims to add some little useful features to factorialhr.com
Wat is Factorial+?
Factorial+ is een Chrome-extensie ontwikkeld door Josep Marí, en de belangrijkste functie is "Unofficial extension that aims to add some little useful features to factorialhr.com".
Extensie Screenshots
Download het CRX-bestand van de extensie Factorial+
Download Factorial+-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Features Clock In: Hide all the weeks except the current one. Display a summary row for each week and month. https://github.com/xusoo/factorial-plus-extension
Basisinformatie over de Extensie
Naam | Factorial+ |
ID | eglhnnloiefgebiklijhfjmehnkehofe |
Officiële URL | https://chromewebstore.google.com/detail/factorial+/eglhnnloiefgebiklijhfjmehnkehofe |
Beschrijving | Unofficial extension that aims to add some little useful features to factorialhr.com |
Bestandsgrootte | 65.31 KB |
Aantal Installaties | 83 |
Huidige Versie | 1.0.3 |
Laatst Bijgewerkt | 2022-09-19 |
Publicatiedatum | 2020-04-28 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Josep Marí |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/xusoo/factorial-plus-extension |
Ondersteunde Talen | en,es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Factorial+", "version": "1.0.3", "description": "Unofficial extension that aims to add some little useful features to factorialhr.com", "author": "Josep Mar\u00ed", "default_locale": "en", "icons": { "32": "icons\/icon-32.png", "64": "icons\/icon-64.png", "128": "icons\/icon-128.png", "256": "icons\/icon-256.png" }, "permissions": [ "*:\/\/*.factorialhr.com\/*", "tabs", "storage" ], "content_scripts": [ { "matches": [ "*:\/\/*.factorialhr.com\/*" ], "js": [ "lib\/moment.min.js", "lib\/jquery-3.4.1.min.js", "src\/utils\/module-utils.js", "src\/utils\/date-utils.js", "src\/module-loader.js", "src\/modules\/add-calendar-info.js", "src\/modules\/week-totals.js", "src\/modules\/show-only-current-week.js" ], "css": [ "styles\/variables.css" ] } ], "web_accessible_resources": [ "styles\/*" ], "background": { "scripts": [ "background\/tab-listener.js" ] }, "browser_specific_settings": { "gecko": { "id": "{1e062ace-ba50-41f2-b66d-b156b00bb03a}" } } } |