Cost Of Meeting for Google Calendar
Easily see the average cost of meetings you schedule on Google Calendar.
What is Cost Of Meeting for Google Calendar?
Cost Of Meeting for Google Calendar is a Chrome extension developed by https://equaltime.io, and its main feature is "Easily see the average cost of meetings you schedule on Google Calendar.".
Extension Screenshots
Download Cost Of Meeting for Google Calendar Extension CRX File
Download Cost Of Meeting for Google Calendar extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | Cost Of Meeting for Google Calendar |
ID | hjclbcpeebomhcnfkmbfefcjcfplhbbo |
Official URL | https://chromewebstore.google.com/detail/cost-of-meeting-for-googl/hjclbcpeebomhcnfkmbfefcjcfplhbbo |
Description | Easily see the average cost of meetings you schedule on Google Calendar. |
File Size | 74.56 KB |
Installation Count | 23 |
Current Version | 1.0.1 |
Last Updated | 2023-09-11 |
Publish Date | 2023-09-06 |
Rating | 4.33/5 Total 6 Ratings |
Developer | https://equaltime.io |
[email protected] | |
Payment Type | free |
Extension Website | https://equaltime.io |
Help Page URL | https://equaltime.io/contact/ |
Privacy Policy Page URL | https://www.equaltime.io/privacy |
Supported Languages | 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" } ] } |