TimeCrowd

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

TimeCrowdคืออะไร?

TimeCrowd เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://timecrowd.net และคุณลักษณะหลักของมันคือ "TimeCrowd is a time management tool. Visualize your team's time by sharing past and present time."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TimeCrowd

ดาวน์โหลดไฟล์ส่วนขยาย TimeCrowd ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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

https://timecrowd.net/                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ TimeCrowd TimeCrowd
ID acgeoeopmmpjgfidgokhjifffhnfhafj
URL อย่างเป็นทางการ 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"
}