Meeting Cost Calculator by Ramp

Know the cost of every meeting

ما هو Meeting Cost Calculator by Ramp؟

Meeting Cost Calculator by Ramp هو إضافة Chrome تم تطويرها بواسطة Ramp، والميزة الرئيسية لها هي "Know the cost of every meeting".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Meeting Cost Calculator by Ramp

قم بتنزيل ملفات الامتداد Meeting Cost Calculator by Ramp بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Meeting Cost Calculator by Ramp: Understand the Real Value of Your Meetings

Unlock insights into the true value of your meetings with Ramp's Meeting Cost Calculator extension. In a world where time equals money, Ramp is here to help you optimize both.

Don't let costly meetings drain your company's resources. Equip yourself with the insights to optimize your time and make meetings more productive.

🚀 Features
  ⭐️ Time-to-Cost Analysis: Instantly see the estimated cost of each meeting based on attendees and their time value.
  ⭐️ Streamlined Interface: Seamlessly integrates with your Google calendar for a clutter-free experience.
  ⭐️ Informed Decision Making: Equip yourself with the knowledge to prioritize and evaluate each meeting's ROI with tangible cost comparisons.
  
🚀 How It Works
  ⭐️ The extension evaluates meeting attendees and their estimated hourly rate.
  ⭐️ It computes the combined cost, helping you make data-driven decisions about meeting value.
  ⭐️ Note: Ramp respects your data security and privacy. Your meeting information and sensitive information isn't stored on our servers, all of the calculations run locally in your browser.

🚀 Optimize Beyond Meetings
Ramp's suite of tools are designed to help businesses manage and optimize their finances. From the Calendar Cost extension, discover how Ramp can guide your business to financial fitness.

Feedback & Support
Your experience matters. Have questions, suggestions, or need help? Reach out to us at [email protected]. 

Learn more about this tool’s inspiration: https://ramp.com/blog/meet-our-meeting-cost-calculator

Made with ❤️by Ramp (ramp.com)                    

معلومات أساسية عن التمديد

الاسم Meeting Cost Calculator by Ramp Meeting Cost Calculator by Ramp
ID iplacnfmnghdnjkknaglkiifimoaecep
عنوان URL الرسمي https://chromewebstore.google.com/detail/meeting-cost-calculator-b/iplacnfmnghdnjkknaglkiifimoaecep
الوصف Know the cost of every meeting
حجم الملف 97.21 KB
عدد التثبيتات 1,148
النسخة الحالية 1.0.2
آخر تحديث 2023-11-04
تاريخ النشر 2023-09-06
تقييم 3.78/5 مجموع تقييمات 9
المطور Ramp
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://ramp.com/tools/meeting-cost-calculator
عنوان صفحة سياسة الخصوصية https://ramp.com/legal/privacy-policy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Meeting Cost Calculator by Ramp",
    "description": "Know the cost of every meeting",
    "version": "1.0.2",
    "action": {
        "default_icon": "ramp.png"
    },
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/calendar.google.com\/*"
            ],
            "js": [
                "scripts\/monitor.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "host_permissions": [
        "https:\/\/calendar.google.com\/*",
        "https:\/\/api.ramp.com\/v1\/*"
    ]
}