Meeting cost: Send an Email instead

Calendar meeting cost calculator

Meeting cost: Send an Email insteadคืออะไร?

Meeting cost: Send an Email instead เป็นส่วนขยายของ Chrome ที่พัฒนาโดย teonji และคุณลักษณะหลักของมันคือ "Calendar meeting cost calculator"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Meeting cost: Send an Email instead

ดาวน์โหลดไฟล์ส่วนขยาย Meeting cost: Send an Email instead ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        "Meeting cost: Send an Email instead" is a Chrome extension that makes it easy for you to determine the cost of your Google Calendar meetings. This extension is designed to help you understand the true cost of your meetings based on the salaries of each participant.

With this extension, you can easily configure the salary of each participant, choose your currency, and even set an average salary if you don't want to personalize each participant's salary. This way, you'll have a clear understanding of how much your meetings are costing your company.

Not only does this extension calculate the cost of your meetings, but it also provides you with a button that suggests sending an email instead of having the meeting. This feature helps you reduce the cost of meetings and increase productivity.

The user-friendly interface makes it easy to use, and you'll be able to see the cost of your meetings in real-time. This extension is perfect for businesses and organizations of all sizes. Whether you're a small startup or a large corporation, you'll be able to use this extension to make informed decisions about your meetings.

In conclusion, "Meeting cost: Send an Email instead" is an essential tool for anyone who wants to maximize productivity and minimize costs. With its customizable features, easy-to-use interface, and real-time cost calculations, this extension is a must-have for anyone who wants to get the most out of their Google Calendar.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Meeting cost: Send an Email instead Meeting cost: Send an Email instead
ID cclaoboifkibjhamdoelekfjakaogiha
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/meeting-cost-send-an-emai/cclaoboifkibjhamdoelekfjakaogiha
คำอธิบาย Calendar meeting cost calculator
ขนาดไฟล์ 338 KB
จำนวนการติดตั้ง 1,061
เวอร์ชันปัจจุบัน 2.0
อัปเดตครั้งล่าสุด 2023-08-08
วันที่เผยแพร่ 2023-02-06
คะแนน 4.33/5 รวมทั้งหมด 9 คะแนน
ผู้พัฒนา teonji
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ it
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.0",
    "manifest_version": 3,
    "name": "Meeting cost: Send an Email instead",
    "description": "Calendar meeting cost calculator",
    "permissions": [],
    "host_permissions": [
        "https:\/\/calendar.google.com\/*"
    ],
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/calendar.google.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "content_security_policy": {
        "extension_pages": "default-src 'self'; img-src 'self' https: data:; style-src 'unsafe-inline'; font-src 'self'"
    }
}