TMetric – Time Tracker & Productivity App

Simple time tracking extension which helps you be more productive, complete projects in time and bill your clients correctly.

TMetric – Time Tracker & Productivity App là gì?

TMetric – Time Tracker & Productivity App là một tiện ích mở rộng Chrome được phát triển bởi https://tmetric.com, và tính năng chính của nó là "Simple time tracking extension which helps you be more productive, complete projects in time and bill your clients correctly.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng TMetric – Time Tracker & Productivity App

Tải xuống các tệp mở rộng TMetric – Time Tracker & Productivity App 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

                        TMetric is a time tracking app that helps streamlining your growing business for higher profits, satisfied clients and happy teams.

Convenient start and stop timers from your browser provide great control over time intervals and calculations on how much time is spent on certain projects, clients and tasks in an instant.

Integrations
TMetric integrates with 50+ popular services including Asana, Jira, Notion, Trello, which lets you measure progress and activity in any tool you use. 
You can see the full list here https://tmetric.com/integrations/

Project management
With TMetric, set project budgets, track development costs, and see your earnings. Making clear reports in TMetric, you have a choice to get insights into your projects or focus on details. Zero time waste. Optimal expense tracking.

Team management
Measure effectiveness and activity level of your team, monitor workflow and distribute workload. TMetric syncs your teams’ work and improves collaboration with clients.

Budgeting and invoicing
With the flexible billing system, you can set rates both for the project and for the hour, invoice clients and get paid promptly. The financial reports help you get instant insight into your financial performance

Transparent PTO calculations
Easy paid time off (PTO) tracking, clear time off policies for employees, quick leave approvals and accurate attendance management. No more emails, paperwork and manual calculations.


Complete the following simple steps to integrate time tracking with your app.

1. Sign Up to TMetric

2. Install this extension.

3. Login to your app                    

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

Tên TMetric – Time Tracker & Productivity App TMetric – Time Tracker & Productivity App
ID ffijoclmniipjbhecddgkfpdafpbdnen
URL Chính Thức https://chromewebstore.google.com/detail/tmetric-%E2%80%93-time-tracker-pr/ffijoclmniipjbhecddgkfpdafpbdnen
Mô tả Simple time tracking extension which helps you be more productive, complete projects in time and bill your clients correctly.
Kích Thước Tệp 450 KB
Số Lần Cài Đặt 36,038
Phiên Bản Hiện Tại 4.9.4
Cập Nhật Lần Cuối 2024-02-17
Ngày Phát Hành 2020-06-11
Đánh Giá 4.20/5 Tổng số 59 Đánh Giá
Nhà Phát Triển https://tmetric.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://tmetric.com
URL Trang Trợ Giúp https://support.tmetric.com
URL Trang Chính Sách Bảo Mật https://tmetric.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TMetric \u2013 Time Tracker & Productivity App",
    "short_name": "TMetric",
    "description": "Simple time tracking extension which helps you be more productive, complete projects in time and bill your clients correctly.",
    "author": "Devart",
    "version": "4.9.4",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "64": "images\/icon64.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/inactive19.png",
            "38": "images\/inactive38.png"
        },
        "default_popup": "popup\/popup.html",
        "default_title": "Not Connected"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "webNavigation",
        "notifications",
        "storage",
        "*:\/\/*.tmetric.com\/*"
    ],
    "optional_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "lib\/signalr.min.js",
            "background\/storage.js",
            "background\/oidcClient.js",
            "background\/webToolDescriptions.js",
            "background\/webToolManager.js",
            "background\/contentScriptsPolyfill.js",
            "background\/contentScriptsRegistrator.js",
            "background\/simpleEvent.js",
            "background\/serverConnection.js",
            "background\/signalRHubProxy.js",
            "background\/signalRConnection.js",
            "background\/backgroundBase.js",
            "background\/extensionBase.js",
            "background\/chromeExtension.js"
        ]
    },
    "web_accessible_resources": [
        "popup\/popup.html",
        "settings\/settings.html"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.tmetric.com\/*"
            ],
            "js": [
                "in-page-scripts\/version.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.tmetric.com\/extension\/callback.html?*"
            ],
            "js": [
                "in-page-scripts\/authorizationCode.js"
            ],
            "run_at": "document_end"
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.tmetric.com\/*"
        ]
    },
    "options_ui": {
        "page": "settings\/settings.html",
        "open_in_tab": true
    }
}