Tlushim

Tlushim time counter

Wat is Tlushim?

Tlushim is een Chrome-extensie ontwikkeld door Omri Matias, en de belangrijkste functie is "Tlushim time counter".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Tlushim

Download Tlushim-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Tlushim Tlushim
ID dlilfpdfmajigjpgfehbanaopgejdjof
Officiële URL https://chromewebstore.google.com/detail/tlushim/dlilfpdfmajigjpgfehbanaopgejdjof
Beschrijving Tlushim time counter
Bestandsgrootte 17.81 KB
Aantal Installaties 130
Huidige Versie 2.0.0
Laatst Bijgewerkt 2022-07-06
Publicatiedatum 2020-05-24
Beoordeling 5.00/5 Totaal 5 Beoordelingen
Ontwikkelaar Omri Matias
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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
}