Factorial+

Unofficial extension that aims to add some little useful features to factorialhr.com

What is Factorial+?

Factorial+ is a Chrome extension developed by Josep Marí, and its main feature is "Unofficial extension that aims to add some little useful features to factorialhr.com".

Extension Screenshots

screenshot

Download Factorial+ Extension CRX File

Download Factorial+ extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Factorial+ Factorial+
ID eglhnnloiefgebiklijhfjmehnkehofe
Official URL https://chromewebstore.google.com/detail/factorial+/eglhnnloiefgebiklijhfjmehnkehofe
Description Unofficial extension that aims to add some little useful features to factorialhr.com
File Size 65.31 KB
Installation Count 83
Current Version 1.0.3
Last Updated 2022-09-19
Publish Date 2020-04-28
Rating 5.00/5 Total 1 Ratings
Developer Josep Marí
Email [email protected]
Payment Type free
Extension Website https://github.com/xusoo/factorial-plus-extension
Supported Languages 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}"
        }
    }
}