Google Calendar™ Meeting Cost

Add meeting costs to Google Calendar. Simple and free.

Google Calendar™ Meeting Cost क्या है?

Google Calendar™ Meeting Cost Henrick Shyu द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add meeting costs to Google Calendar. Simple and free."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Google Calendar™ Meeting Cost एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Make visible the true cost of meetings in Google Calendar.
・Add a subtle Meeting Cost estimate to calendar events
・Meeting Cost visible when creating meetings too
・Average hourly rate and currency configurable
・Supports 30+ languages
・Completely private -- no information whatsoever is stored or sent to us.

If you're not making money, you better be having fun.  Be intentional.

--
If you find this extension useful, you can thank me by buying me a beer (https://paypal.me/henrickshyu).  Cheers to focus time and getting stuff done!                    

एक्सटेंशन की मूल जानकारी

नाम Google Calendar™ Meeting Cost Google Calendar™ Meeting Cost
ID dohhbojidnhmncdaglfgmjeoonnbgbcc
आधिकारिक URL https://chromewebstore.google.com/detail/google-calendar-meeting-c/dohhbojidnhmncdaglfgmjeoonnbgbcc
विवरण Add meeting costs to Google Calendar. Simple and free.
फ़ाइल का आकार 67.22 KB
स्थापना संख्या 69
वर्तमान संस्करण 1.0.5
अंतिम अपडेट 2023-11-23
प्रकाशन तिथि 2023-08-14
रेटिंग 3.50/5 कुल 2 रेटिंग्स
डेवलपर Henrick Shyu
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ id,de,en,fr,nl,no,vi,ca,da,et,es,es-419,it,lv,lt,pl,pt-BR,pt-PT,fi,sv,cs,el,ru,iw,hi,bn,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Google Calendar\u2122 Meeting Cost",
    "description": "__MSG_msg_description__",
    "default_locale": "en",
    "author": "[email protected]",
    "version": "1.0.5",
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/content.js"
            ],
            "matches": [
                "https:\/\/calendar.google.com\/*"
            ]
        }
    ],
    "options_ui": {
        "page": "scripts\/options.html",
        "open_in_tab": false
    },
    "permissions": [
        "storage"
    ]
}