Google Calendar™ Meeting Cost

Add meeting costs to Google Calendar. Simple and free.

Google Calendar™ Meeting Costคืออะไร?

Google Calendar™ Meeting Cost เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Henrick Shyu และคุณลักษณะหลักของมันคือ "Add meeting costs to Google Calendar. Simple and free."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Google Calendar™ Meeting Cost

ดาวน์โหลดไฟล์ส่วนขยาย Google Calendar™ Meeting Cost ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    ]
}