Timmi Timer

Keep track of your time in a few clicks without taking your attention away from your work.

Timmi Timer là gì?

Timmi Timer là một tiện ích mở rộng Chrome được phát triển bởi Lucca, và tính năng chính của nó là "Keep track of your time in a few clicks without taking your attention away from your work.".

Ả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 Timmi Timer

Tải xuống các tệp mở rộng Timmi Timer 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

                        Are you using the Timmi Timesheet solution developed by Lucca? Follow your times in a few clicks directly from your browser thanks to this extension which enables you to launch timers and send the timed times to your timesheets.                    

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

Tên Timmi Timer Timmi Timer
ID fdahffoflnmloggignakojdofpebofpo
URL Chính Thức https://chromewebstore.google.com/detail/timmi-timer/fdahffoflnmloggignakojdofpebofpo
Mô tả Keep track of your time in a few clicks without taking your attention away from your work.
Kích Thước Tệp 616 KB
Số Lần Cài Đặt 3,523
Phiên Bản Hiện Tại 2.2.14
Cập Nhật Lần Cuối 2023-04-11
Ngày Phát Hành 2020-01-17
Đánh Giá 4.50/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Lucca
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.lucca.fr
Ngôn Ngữ Được Hỗ Trợ de,en,fr,es,pt-PT
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Timmi Timer",
    "version": "2.2.14",
    "description": "__MSG_appDesc__",
    "permissions": [
        "cookies"
    ],
    "default_locale": "en",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "index.html"
    },
    "icons": {
        "16": "\/assets\/icons\/logo_off_16x16.png",
        "48": "\/assets\/icons\/logo_off_48x48.png",
        "128": "\/assets\/icons\/logo_off_128x128.png"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "manifest_version": 3,
    "host_permissions": [
        "https:\/\/*.ilucca.net\/",
        "https:\/\/*.ilucca.ch\/",
        "https:\/\/*.ilucca-test.net\/",
        "https:\/\/*.ilucca-test.ch\/",
        "https:\/\/*.ilucca-preview.net\/",
        "https:\/\/*.ilucca-preview.ch\/",
        "https:\/\/*.ilucca-demo.net\/"
    ]
}