Cost Of Meeting for Google Calendar
Easily see the average cost of meetings you schedule on Google Calendar.
Co je Cost Of Meeting for Google Calendar?
Cost Of Meeting for Google Calendar je rozšíření Chrome vyvinuté https://equaltime.io, a jeho hlavní funkcí je „Easily see the average cost of meetings you schedule on Google Calendar.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Cost Of Meeting for Google Calendar
Stáhněte si soubory rozšíření Cost Of Meeting for Google Calendar ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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!
Základní Informace o Rozšíření
Název | Cost Of Meeting for Google Calendar |
ID | hjclbcpeebomhcnfkmbfefcjcfplhbbo |
Oficiální URL | https://chromewebstore.google.com/detail/cost-of-meeting-for-googl/hjclbcpeebomhcnfkmbfefcjcfplhbbo |
Popis | Easily see the average cost of meetings you schedule on Google Calendar. |
Velikost souboru | 74.56 KB |
Počet instalací | 23 |
Aktuální Verze | 1.0.1 |
Poslední Aktualizace | 2023-09-11 |
Datum Vydání | 2023-09-06 |
Hodnocení | 4.33/5 Celkem 6 Hodnocení |
Vývojář | https://equaltime.io |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://equaltime.io |
URL Stránky Nápovědy | https://equaltime.io/contact/ |
URL Stránky Zásad Ochrany Soukromí | https://www.equaltime.io/privacy |
Podporované Jazyky | 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" } ] } |