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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        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
URL หน้าช่วยเหลือ https://meetingflow.com/support
URL หน้านโยบายความเป็นส่วนตัว 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
}