Tlushim
Tlushim time counter
Tlushimとは何ですか?
TlushimはOmri Matiasによって開発されたChromeの拡張機能で、その主な機能は「Tlushim time counter」です。
拡張機能のスクリーンショット
Tlushim拡張機能のCRXファイルをダウンロード
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. 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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
} | |