Tlushim

Tlushim time counter

Что такое Tlushim?

Tlushim - это расширение Chrome, разработанное Omri Matias, и его основная функция - "Tlushim time counter".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Tlushim

Скачайте файлы расширений Tlushim в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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
}