Tlushim

Tlushim time counter

Tlushim là gì?

Tlushim là một tiện ích mở rộng Chrome được phát triển bởi Omri Matias, và tính năng chính của nó là "Tlushim time counter".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Tlushim

Tải xuống các tệp mở rộng Tlushim dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Tlushim Tlushim
ID dlilfpdfmajigjpgfehbanaopgejdjof
URL Chính Thức https://chromewebstore.google.com/detail/tlushim/dlilfpdfmajigjpgfehbanaopgejdjof
Mô tả Tlushim time counter
Kích Thước Tệp 17.81 KB
Số Lần Cài Đặt 130
Phiên Bản Hiện Tại 2.0.0
Cập Nhật Lần Cuối 2022-07-06
Ngày Phát Hành 2020-05-24
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển Omri Matias
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}