Meetingflow calendar extension

Meetingflow is a product to help teams with the best practices for managing customer meetings.

ما هو Meetingflow calendar extension؟

Meetingflow calendar extension هو إضافة Chrome تم تطويرها بواسطة https://meetingflow.com، والميزة الرئيسية لها هي "Meetingflow is a product to help teams with the best practices for managing customer meetings.".

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

screenshot

تحميل ملف CRX للإضافة Meetingflow calendar extension

قم بتنزيل ملفات الامتداد Meetingflow calendar extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Meetingflow brings teams best practices for customer meetings. The Chrome extension enables you to open a Google Calendar event directly in Meetingflow in just once click.                    

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

الاسم Meetingflow calendar extension Meetingflow calendar extension
ID eglggijabcagpkececaemgliiojkoefg
عنوان URL الرسمي https://chromewebstore.google.com/detail/meetingflow-calendar-exte/eglggijabcagpkececaemgliiojkoefg
الوصف Meetingflow is a product to help teams with the best practices for managing customer meetings.
حجم الملف 13.74 KB
عدد التثبيتات 74
النسخة الحالية 1.0.3
آخر تحديث 2022-12-09
تاريخ النشر 2022-07-24
تقييم 5.00/5 مجموع تقييمات 2
المطور https://meetingflow.com
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة المساعدة https://meetingflow.com/support
عنوان صفحة سياسة الخصوصية https://meetingflow.com/privacy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Meetingflow calendar extension",
    "description": "Meetingflow is a product to help teams with the best practices for managing customer meetings.",
    "version": "1.0.3",
    "icons": {
        "128": "128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/calendar.google.com\/calendar\/*"
            ],
            "js": [
                "inject_gcal.js"
            ],
            "run_at": "document_end",
            "css": [
                "style_gcal.css"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "homepage_url": "https:\/\/app.meetingflow.com\/",
    "action": {
        "default_title": "Meetingflow options",
        "default_icon": "128.png",
        "default_popup": ".\/popup\/popup.html"
    },
    "manifest_version": 3
}