Google Calendar Time Spent
Displays time spent on each of your Google Calendar colors!
Google Calendar Time Spentとは何ですか?
Google Calendar Time Spentはzawadzki.louisによって開発されたChromeの拡張機能で、その主な機能は「Displays time spent on each of your Google Calendar colors!」です。
拡張機能のスクリーンショット
Google Calendar Time Spent拡張機能のCRXファイルをダウンロード
Google Calendar Time Spent拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension allows you to display the amount of time for each colour of your google calendar. It allows you to know how much time you have (or will) spend each week on each one of your categories. N.B. : * time slots that are not multiples of 15 minutes (e.g. 20 minutes, 55 minutes) might not be accounted correctly * meetings that are not accepted are counted in the "white" category.
拡張機能の基本情報
名前 | Google Calendar Time Spent |
ID | cfodljgdikllebejmhoifnmmcbfmamij |
公式URL | https://chromewebstore.google.com/detail/google-calendar-time-spen/cfodljgdikllebejmhoifnmmcbfmamij |
説明 | Displays time spent on each of your Google Calendar colors! |
ファイルサイズ | 11.46 KB |
インストール数 | 2,679 |
現在のバージョン | 1.6 |
最終更新日 | 2021-11-12 |
公開日 | 2020-05-29 |
評価 | 4.30/5 合計 20 レビュー |
開発者 | zawadzki.louis |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/bamlab/google-calendar-counter |
ヘルプページのURL | https://github.com/bamlab/google-calendar-counter/issues |
対応言語 | en,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.6", "default_locale": "en", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "content_scripts": [ { "matches": [ "https:\/\/calendar.google.com\/*" ], "run_at": "document_idle", "js": [ "index.js" ] } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "manifest_version": 2 } |