Refactorial

Save time filling automatically your work report.

Refactorial क्या है?

Refactorial Abel Bendaña द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Save time filling automatically your work report."।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Refactorial will allow you to easily fill your worked shift.

How to use it: 

Login in your factorial account. 
Once in your personal dashboard you will find the shifts pending to be filled in Pending Tasks section.
Once in the clock-in section the extension will be activated and you will be able to select your work schedule and fill the whole shift.                    

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

नाम Refactorial Refactorial
ID enpfbnfeeibcaegponglcecbejcnboap
आधिकारिक URL https://chromewebstore.google.com/detail/refactorial/enpfbnfeeibcaegponglcecbejcnboap
विवरण Save time filling automatically your work report.
फ़ाइल का आकार 663 KB
स्थापना संख्या 4,163
वर्तमान संस्करण 2.0
अंतिम अपडेट 2022-12-07
प्रकाशन तिथि 2020-01-08
रेटिंग 4.40/5 कुल 20 रेटिंग्स
डेवलपर Abel Bendaña
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Refactorial",
    "version": "2.0",
    "description": "Save time filling automatically your work report.",
    "manifest_version": 3,
    "action": {
        "default_title": "Fill report",
        "default_popup": "index.html"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "permissions": [
        "declarativeContent",
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/api.factorialhr.com\/*",
        "https:\/\/app.factorialhr.com\/*"
    ],
    "icons": {
        "16": "images\/16ico.png",
        "32": "images\/32ico.png",
        "64": "images\/64ico.png",
        "128": "images\/128ico.png"
    }
}