Cost Of Meeting for Google Calendar
Easily see the average cost of meetings you schedule on Google Calendar.
Cost Of Meeting for Google Calendarとは何ですか?
Cost Of Meeting for Google Calendarはhttps://equaltime.ioによって開発されたChromeの拡張機能で、その主な機能は「Easily see the average cost of meetings you schedule on Google Calendar.」です。
拡張機能のスクリーンショット
Cost Of Meeting for Google Calendar拡張機能のCRXファイルをダウンロード
Cost Of Meeting for Google Calendar拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Equal Time's Cost of Meeting extension lets you easily see the average cost of meetings you schedule on Google Calendar. Try it free today! By installing the app, you accept our privacy policy ( https://equaltime.io/privacy) and Terms of Use (https://www.equaltime.io/terms ) We also maintain an Equal Time Chrome extension for Google Meet (https://chrome.google.com/webstore/detail/equal-time-for-google-mee/dngdopifpnnjoochjeodonmchkmkdpga) and an Equal Time app for Zoom (https://marketplace.zoom.us/apps/c0dH9vZeSiyqP7bVB-o-0Q). Check them out!
拡張機能の基本情報
名前 | Cost Of Meeting for Google Calendar |
ID | hjclbcpeebomhcnfkmbfefcjcfplhbbo |
公式URL | https://chromewebstore.google.com/detail/cost-of-meeting-for-googl/hjclbcpeebomhcnfkmbfefcjcfplhbbo |
説明 | Easily see the average cost of meetings you schedule on Google Calendar. |
ファイルサイズ | 74.56 KB |
インストール数 | 23 |
現在のバージョン | 1.0.1 |
最終更新日 | 2023-09-11 |
公開日 | 2023-09-06 |
評価 | 4.33/5 合計 6 レビュー |
開発者 | https://equaltime.io |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://equaltime.io |
ヘルプページのURL | https://equaltime.io/contact/ |
プライバシーポリシーページのURL | https://www.equaltime.io/privacy |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Easily see the average cost of meetings you schedule on Google Calendar.", "manifest_version": 3, "name": "Cost Of Meeting for Google Calendar", "author": "Equalicert", "version": "1.0.1", "homepage_url": "https:\/\/equaltime.io", "icons": { "16": "icon-16.png", "32": "icon-32.png", "48": "icon-48.png", "128": "icon-128.png" }, "permissions": [ "identity", "identity.email" ], "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/calendar.google.com\/*" ], "js": [ "content.js", "sentry.js" ], "css": [ "content.css" ], "run_at": "document_start" } ] } |