TimeCrowd

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

什麼是TimeCrowd?

TimeCrowd是由https://timecrowd.net開發的Chrome擴展程式,該擴展的主要功能是“TimeCrowd is a time management tool. Visualize your team's time by sharing past and present time.”。

擴展截圖

screenshot

下載TimeCrowd擴展crx文件

下載TimeCrowd擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

https://timecrowd.net/                    

擴展基本資訊

名稱 TimeCrowd TimeCrowd
ID acgeoeopmmpjgfidgokhjifffhnfhafj
官方網址 https://chromewebstore.google.com/detail/timecrowd/acgeoeopmmpjgfidgokhjifffhnfhafj
簡介 TimeCrowd is a time management tool. Visualize your team's time by sharing past and present time.
檔案大小 4 MB
安裝次數 5,078
目前版本 2024.2.27.0
更新時間 2024-02-27
上架時間 2020-03-12
評分 4.80/5 共 5 次評分
開發者 https://timecrowd.net
電子郵箱 [email protected]
付費類型 free
擴展官網 https://timecrowd.net/
說明頁面URL https://pages.timecrowd.net/contact
隱私政策頁面URL https://timecrowd.net/privacy_policy
支援的語言 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"
}