Tlushim

Tlushim time counter

What is Tlushim?

Tlushim is a Chrome extension developed by Omri Matias, and its main feature is "Tlushim time counter".

Extension Screenshots

screenshot
screenshot

Download Tlushim Extension CRX File

Download Tlushim 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

                        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.                    

Extension Basic Information

Name Tlushim Tlushim
ID dlilfpdfmajigjpgfehbanaopgejdjof
Official URL https://chromewebstore.google.com/detail/tlushim/dlilfpdfmajigjpgfehbanaopgejdjof
Description Tlushim time counter
File Size 17.81 KB
Installation Count 130
Current Version 2.0.0
Last Updated 2022-07-06
Publish Date 2020-05-24
Rating 5.00/5 Total 5 Ratings
Developer Omri Matias
Email [email protected]
Payment Type free
Supported Languages 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
}