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.”。

扩展截图

screenshot

下载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 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
电子邮箱 [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"
        }
    ]
}