Factorial+

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

Factorial+ क्या है?

Factorial+ Josep Marí द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Unofficial extension that aims to add some little useful features to factorialhr.com"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Factorial+ एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम Factorial+ Factorial+
ID eglhnnloiefgebiklijhfjmehnkehofe
आधिकारिक URL https://chromewebstore.google.com/detail/factorial+/eglhnnloiefgebiklijhfjmehnkehofe
विवरण Unofficial extension that aims to add some little useful features to factorialhr.com
फ़ाइल का आकार 65.31 KB
स्थापना संख्या 83
वर्तमान संस्करण 1.0.3
अंतिम अपडेट 2022-09-19
प्रकाशन तिथि 2020-04-28
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर Josep Marí
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/xusoo/factorial-plus-extension
समर्थित भाषाएँ 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}"
        }
    }
}