Customer Meetings

Add video meeting rooms to your Google Calendar events, record the meetings and try cobrowsing sessions.

Customer Meetingsคืออะไร?

Customer Meetings เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://vectera.com และคุณลักษณะหลักของมันคือ "Add video meeting rooms to your Google Calendar events, record the meetings and try cobrowsing sessions."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Customer Meetings

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

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

                        This extension helps you unlock the full Customer Meeting experience: add a video meeting room from your Google calendar, record your meetings, collaborate using the whiteboards and browse together in your Google Chrome tabs.

For more info please visit https://help.vectera.com/en/support/solutions/articles/7000072585                    

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

ชื่อ Customer Meetings Customer Meetings
ID nllnakkoanoloffpgpglbkijkdmiohmi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/customer-meetings/nllnakkoanoloffpgpglbkijkdmiohmi
คำอธิบาย Add video meeting rooms to your Google Calendar events, record the meetings and try cobrowsing sessions.
ขนาดไฟล์ 158 KB
จำนวนการติดตั้ง 6,574
เวอร์ชันปัจจุบัน 2.3.47
อัปเดตครั้งล่าสุด 2023-09-22
วันที่เผยแพร่ 2020-04-08
คะแนน 4.50/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา https://vectera.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.vectera.com
URL หน้าช่วยเหลือ https://help.vectera.com/en/support/home
URL หน้านโยบายความเป็นส่วนตัว https://www.vectera.com/policies/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Customer Meetings",
    "author": "Vectera",
    "version": "2.3.47",
    "manifest_version": 2,
    "minimum_chrome_version": "54",
    "description": "Add video meeting rooms to your Google Calendar events, record the meetings and try cobrowsing sessions.",
    "homepage_url": "https:\/\/www.vectera.com\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "content-script.js"
            ]
        }
    ],
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "tabs",
        "desktopCapture",
        "clipboardRead",
        "unlimitedStorage",
        ""
    ],
    "optional_permissions": [
        "webRequest",
        "webRequestBlocking"
    ],
    "web_accessible_resources": [
        "icon-16.png"
    ],
    "incognito": "split"
}