Tlushim

Tlushim time counter

Was ist Tlushim?

Tlushim ist eine Chrome-Erweiterung, die von Omri Matias entwickelt wurde, und ihr Hauptmerkmal ist "Tlushim time counter".

Erweiterungsscreenshots

screenshot
screenshot

Tlushim-Erweiterungs-CRX-Datei herunterladen

Laden Sie Tlushim-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Tlushim Tlushim
ID dlilfpdfmajigjpgfehbanaopgejdjof
Offizielle URL https://chromewebstore.google.com/detail/tlushim/dlilfpdfmajigjpgfehbanaopgejdjof
Beschreibung Tlushim time counter
Dateigröße 17.81 KB
Installationsanzahl 130
Aktuelle Version 2.0.0
Letztes Update 2022-07-06
Veröffentlichungsdatum 2020-05-24
Bewertung 5.00/5 Insgesamt 5 Bewertungen
Entwickler Omri Matias
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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
}