Tlushim

Tlushim time counter

ما هو Tlushim؟

Tlushim هو إضافة Chrome تم تطويرها بواسطة Omri Matias، والميزة الرئيسية لها هي "Tlushim time counter".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Tlushim

قم بتنزيل ملفات الامتداد Tlushim بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
}