Tlushim

Tlushim time counter

Cos'è Tlushim?

Tlushim è un'estensione di Chrome sviluppata da Omri Matias, e la sua funzione principale è "Tlushim time counter".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Tlushim

Scarica i file di estensione Tlushim in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Tlushim Tlushim
ID dlilfpdfmajigjpgfehbanaopgejdjof
URL Ufficiale https://chromewebstore.google.com/detail/tlushim/dlilfpdfmajigjpgfehbanaopgejdjof
Descrizione Tlushim time counter
Dimensione del File 17.81 KB
Conteggio Installazioni 130
Versione Corrente 2.0.0
Ultimo Aggiornamento 2022-07-06
Data di Pubblicazione 2020-05-24
Valutazione 5.00/5 Totale 5 Valutazioni
Sviluppatore Omri Matias
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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
}