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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
}