TimeCrowd

TimeCrowd is a time management tool. Visualize your team's time by sharing past and present time.

TimeCrowd là gì?

TimeCrowd là một tiện ích mở rộng Chrome được phát triển bởi https://timecrowd.net, và tính năng chính của nó là "TimeCrowd is a time management tool. Visualize your team's time by sharing past and present time.".

Ả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 TimeCrowd

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

                        TimeCrowd(タイムクラウド)は、チームで時間を共有し管理できるツールです。Chrome拡張機能をインストールすることで、タスクの登録を簡単に行うことが出来ます。他にも、ブラウザでTimeCrowdを開かなくても、Chrome拡張上でマイタスク、メンバー、レポート、その他設定を行うことが出来ます。

https://timecrowd.net/                    

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

Tên TimeCrowd TimeCrowd
ID acgeoeopmmpjgfidgokhjifffhnfhafj
URL Chính Thức https://chromewebstore.google.com/detail/timecrowd/acgeoeopmmpjgfidgokhjifffhnfhafj
Mô tả TimeCrowd is a time management tool. Visualize your team's time by sharing past and present time.
Kích Thước Tệp 4 MB
Số Lần Cài Đặt 5,078
Phiên Bản Hiện Tại 2024.2.27.0
Cập Nhật Lần Cuối 2024-02-27
Ngày Phát Hành 2020-03-12
Đánh Giá 4.80/5 Tổng số 5 Đánh Giá
Nhà Phát Triển https://timecrowd.net
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://timecrowd.net/
URL Trang Trợ Giúp https://pages.timecrowd.net/contact
URL Trang Chính Sách Bảo Mật https://timecrowd.net/privacy_policy
Ngôn Ngữ Được Hỗ Trợ en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "default_locale": "en",
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "action": {
        "default_icon": {
            "16": "img\/icon16.png",
            "24": "img\/icon24.png",
            "32": "img\/icon32.png"
        },
        "default_popup": "html\/popup.html"
    },
    "permissions": [
        "identity",
        "tabs",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/timecrowd.net\/",
        "https:\/\/timecrowd-assets.s3-ap-northeast-1.amazonaws.com\/",
        "https:\/\/production-assets-timecrowd.s3-ap-northeast-1.amazonaws.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.chatwork.com\/*",
                "https:\/\/kcw.kddi.ne.jp\/*"
            ],
            "js": [
                "js\/namespace.js",
                "js\/keys.js",
                "js\/env.js",
                "js\/api.js",
                "js\/duration.js",
                "js\/annotator.js",
                "js\/content.js"
            ],
            "css": [
                "css\/content.css"
            ]
        },
        {
            "matches": [
                "https:\/\/www.chatwork.com\/*",
                "https:\/\/kcw.kddi.ne.jp\/*"
            ],
            "js": [
                "js\/chatwork.js"
            ],
            "css": [
                "css\/chatwork.css"
            ]
        }
    ],
    "background": {
        "service_worker": "js\/event.js"
    },
    "version": "2024.2.27.0"
}