Meeting Cost for Google Calendar™

Adds meeting costs to Google Calendar. Company configuration available through Flowtrace paid plans.

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

Meeting Cost for Google Calendar™ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.flowtrace.co และคุณลักษณะหลักของมันคือ "Adds meeting costs to Google Calendar. Company configuration available through Flowtrace paid plans."

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Meeting Costs for Google Calendar: Because meetings are investments, make them count.

Meetings can either catalyze productivity or become a drain on resources. Empower your meeting organizers with free estimated meeting costs using Flowtrace's Chrome extension.

Our extension integrates with the rest of the Flowtrace Meeting Analytics ecosystem to provide accurate cost estimates for both direct and group invited meetings. Simply log in using your Google account to use your customized organizational cost configuration.

Available in premium plans:
• Meeting policy and feedback automation
• Switch between time and cost estimates
• Recurring meeting cost estimates
• Currency, hourly rate, and buffer configuration
• Custom cost alert thresholds
• Org structure cost averages

Experience the transformative impact of cost transparency. By providing tangible estimates on meeting costs, our tool ensures your team is aware of the time and financial implications of meetings. This awareness encourages a mindful approach to scheduling, potentially saving your organization significant resources.

Experience the benefits of clear, cost-based insights with Flowtrace. Foster a culture of accountability and cost-effectiveness, and move your team towards streamlined, productive meetings.                    

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

ชื่อ Meeting Cost for Google Calendar™ Meeting Cost for Google Calendar™
ID bjfhkjgmnlabpopcmgagbdgjfelndpfj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/meeting-cost-for-google-c/bjfhkjgmnlabpopcmgagbdgjfelndpfj
คำอธิบาย Adds meeting costs to Google Calendar. Company configuration available through Flowtrace paid plans.
ขนาดไฟล์ 391 KB
จำนวนการติดตั้ง 717
เวอร์ชันปัจจุบัน 1.0.20
อัปเดตครั้งล่าสุด 2024-02-15
วันที่เผยแพร่ 2023-08-01
คะแนน 5.00/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา https://www.flowtrace.co
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.flowtrace.co/meeting-analytics
URL หน้าช่วยเหลือ https://help.flowtrace.co/en/articles/8198383-meeting-cost-for-google-calendar-chrome-extension
URL หน้านโยบายความเป็นส่วนตัว https://www.flowtrace.co/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Meeting Cost for Google Calendar\u2122",
    "version": "1.0.20",
    "description": "Adds meeting costs to Google Calendar. Company configuration available through Flowtrace paid plans.",
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "permissions": [
        "storage",
        "identity",
        "identity.email",
        "unlimitedStorage"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon-16.png",
            "32": "images\/icon-32.png",
            "48": "images\/icon-48.png",
            "128": "images\/icon-128.png"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "dataProxy.js",
                "styles.css"
            ],
            "matches": [
                "https:\/\/calendar.google.com\/*"
            ]
        }
    ],
    "storage": {
        "managed_schema": "schema.json"
    },
    "content_scripts": [
        {
            "js": [
                "dataTrigger.js",
                "content.js",
                "flowtraceUI.js"
            ],
            "matches": [
                "https:\/\/calendar.google.com\/*"
            ],
            "run_at": "document_end",
            "world": "ISOLATED"
        }
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAxf2mN8ryYzOJQ5SjRmFsYUZAt53FDuh1ziIUN6dijQfvJbbZSdaICRryKkhIdi+v2bivAJjs7vqFOfwbCM0kfJkFE6RmAAnR5inM9JgHRqTAEpS4yo+WVV6kqo1vUw35PY78+4EbQsKwecSBVMVKaU49JqFGSWGSL\/D3SwkETgjwVlQBBDQWhMa04merxHhqJ1DZZWZmFo4TzZJy0wd7mcUXE6\/8f+lQoSl\/NdvbYfTSSgSMzPNs7STqKqHHKMVOyNlMXGzQgTqqwns9kfjXzR2jEanc5aTlMbuFOMF55OmEvz5+4kTXGiXohtOQCpMZmE0tAfmmK+ncvm3DAmKB0wIDAQAB",
    "oauth2": {
        "client_id": "366164083615-eed8ird8qibtoj855ciku746musohhfu.apps.googleusercontent.com",
        "scopes": [
            "email"
        ]
    },
    "background": {
        "service_worker": "service_worker.js",
        "type": "module"
    }
}