GitLab - Time Tracking

Control the time tracking in the GitLab with this extension.

GitLab - Time Tracking là gì?

GitLab - Time Tracking là một tiện ích mở rộng Chrome được phát triển bởi lucas.monteiro, và tính năng chính của nó là "Control the time tracking in the GitLab with this extension.".

Ả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 GitLab - Time Tracking

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

                        Control the time tracking in the GitLab with this extension                    

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

Tên GitLab - Time Tracking GitLab - Time Tracking
ID mfchgpfejndkfdjkcjgmkkgiklobhibp
URL Chính Thức https://chromewebstore.google.com/detail/gitlab-time-tracking/mfchgpfejndkfdjkcjgmkkgiklobhibp
Mô tả Control the time tracking in the GitLab with this extension.
Kích Thước Tệp 90 KB
Số Lần Cài Đặt 15
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2019-06-11
Ngày Phát Hành 2019-06-11
Nhà Phát Triển lucas.monteiro
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GitLab - Time Tracking",
    "description": "Control the time tracking in the GitLab with this extension.",
    "version": "1.2",
    "author": "Lucas Monteiro",
    "options_page": "options\/index.html",
    "browser_action": {
        "default_icon": "assets\/icon.png"
    },
    "icons": {
        "16": "assets\/icon16.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/gitlab.com\/*\/issues\/*"
            ],
            "js": [
                "scripts\/moment.min.js",
                "scripts\/jquery-3.2.1.min.js",
                "scripts\/time.js"
            ]
        }
    ]
}