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
}