Cost Of Meeting for Google Calendar

Easily see the average cost of meetings you schedule on Google Calendar.

Cos'è Cost Of Meeting for Google Calendar?

Cost Of Meeting for Google Calendar è un'estensione di Chrome sviluppata da https://equaltime.io, e la sua funzione principale è "Easily see the average cost of meetings you schedule on Google Calendar.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Cost Of Meeting for Google Calendar

Scarica i file di estensione Cost Of Meeting for Google Calendar in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Cost Of Meeting for Google Calendar Cost Of Meeting for Google Calendar
ID hjclbcpeebomhcnfkmbfefcjcfplhbbo
URL Ufficiale https://chromewebstore.google.com/detail/cost-of-meeting-for-googl/hjclbcpeebomhcnfkmbfefcjcfplhbbo
Descrizione Easily see the average cost of meetings you schedule on Google Calendar.
Dimensione del File 74.56 KB
Conteggio Installazioni 23
Versione Corrente 1.0.1
Ultimo Aggiornamento 2023-09-11
Data di Pubblicazione 2023-09-06
Valutazione 4.33/5 Totale 6 Valutazioni
Sviluppatore https://equaltime.io
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://equaltime.io
URL della Pagina di Aiuto https://equaltime.io/contact/
URL della Pagina della Politica sulla Privacy https://www.equaltime.io/privacy
Lingue Supportate 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"
        }
    ]
}