Timer Resizer for FreshBooks

Easily minimize your Timesheet / Time Tracking window to save screen space! (Not affiliated with or endorsed by FreshBooks.)

Timer Resizer for FreshBooks là gì?

Timer Resizer for FreshBooks là một tiện ích mở rộng Chrome được phát triển bởi https://zyphon.com, và tính năng chính của nó là "Easily minimize your Timesheet / Time Tracking window to save screen space! (Not affiliated with or endorsed by FreshBooks.)".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Timer Resizer for FreshBooks

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

                        Need to visually track your time without forgetting about the timer, but tired of taking up so much space? This simple extension adds a minimize/maximize button to your timer window to quickly adjust the size. You'll never forget to start or stop your timer again!                    

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

Tên Timer Resizer for FreshBooks Timer Resizer for FreshBooks
ID dollgklkenojadekccfhjfaogalfmgem
URL Chính Thức https://chromewebstore.google.com/detail/timer-resizer-for-freshbo/dollgklkenojadekccfhjfaogalfmgem
Mô tả Easily minimize your Timesheet / Time Tracking window to save screen space! (Not affiliated with or endorsed by FreshBooks.)
Kích Thước Tệp 65.82 KB
Số Lần Cài Đặt 61
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2014-02-07
Ngày Phát Hành 2014-02-07
Nhà Phát Triển https://zyphon.com
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://github.com/zyphlar/freshbooks-resizer
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Timer Resizer for FreshBooks",
    "description": "Easily minimize your Timesheet \/ Time Tracking window to save screen space! (Not affiliated with or endorsed by FreshBooks.)",
    "version": "1.1",
    "author": "Will Bradley",
    "homepage_url": "https:\/\/github.com\/zyphlar\/freshbooks-resizer",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.freshbooks.com\/internal*"
            ],
            "js": [
                "freshbooks-resizer.js",
                "injected.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "injected.js"
    ]
}