Tlushim

Tlushim time counter

Tlushim란 무엇입니까?

Tlushim은(는) Omri Matias에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Tlushim time counter"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Tlushim 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
}