Tlushim

Tlushim time counter

Tlushim क्या है?

Tlushim Omri Matias द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Tlushim time counter"।

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

screenshot
screenshot

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

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

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

                        Helps you understand in real time if you are on the way to be the employee of the month.
This app includes time summarise on demand and a way to detect your working hours.                    

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

नाम Tlushim Tlushim
ID dlilfpdfmajigjpgfehbanaopgejdjof
आधिकारिक URL https://chromewebstore.google.com/detail/tlushim/dlilfpdfmajigjpgfehbanaopgejdjof
विवरण Tlushim time counter
फ़ाइल का आकार 17.81 KB
स्थापना संख्या 130
वर्तमान संस्करण 2.0.0
अंतिम अपडेट 2022-07-06
प्रकाशन तिथि 2020-05-24
रेटिंग 5.00/5 कुल 5 रेटिंग्स
डेवलपर Omri Matias
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ iw
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Omri Matias",
    "name": "Tlushim",
    "version": "2.0.0",
    "description": "Tlushim time counter",
    "host_permissions": [
        "http:\/\/*.tlushim.co.il\/*",
        "https:\/\/*.tlushim.co.il\/*"
    ],
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.tlushim.co.il\/*",
                "https:\/\/www.tlushim.co.il\/*"
            ],
            "css": [
                "default.css"
            ],
            "js": [
                "plugins\/Tlushim.js",
                "core.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/16x16.png",
        "32": "images\/32x32.png",
        "128": "images\/128x128.png"
    },
    "manifest_version": 3
}