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.」です。
拡張機能のスクリーンショット
TimeCrowd拡張機能のCRXファイルをダウンロード
TimeCrowd拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
TimeCrowd(タイムクラウド)は、チームで時間を共有し管理できるツールです。Chrome拡張機能をインストールすることで、タスクの登録を簡単に行うことが出来ます。他にも、ブラウザでTimeCrowdを開かなくても、Chrome拡張上でマイタスク、メンバー、レポート、その他設定を行うことが出来ます。
https://timecrowd.net/ 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
} | |