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
官方網址 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"
        }
    ]
}