Line2 Meet

A Chrome extension that allows you to schedule Line2 Meet conferences directly into Google Calendar.

Line2 Meetคืออะไร?

Line2 Meet เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://meet.line2.com/ และคุณลักษณะหลักของมันคือ "A Chrome extension that allows you to schedule Line2 Meet conferences directly into Google Calendar."

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

screenshot

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

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

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

                        The Chrome extension allows you to quickly and easily add the Line2 Meet video conference to any Google Calendar appointment. It automatically attaches the meeting details and URLs. With the encrypted meeting link and schedule information, invitees will be able to join the meeting by simply clicking on the meeting link.                    

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

ชื่อ Line2 Meet Line2 Meet
ID pfecodblfialiigiiijigaffjpongaec
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/line2-meet/pfecodblfialiigiiijigaffjpongaec
คำอธิบาย A Chrome extension that allows you to schedule Line2 Meet conferences directly into Google Calendar.
ขนาดไฟล์ 2.66 MB
จำนวนการติดตั้ง 13
เวอร์ชันปัจจุบัน 1.5
อัปเดตครั้งล่าสุด 2021-06-22
วันที่เผยแพร่ 2021-06-15
ผู้พัฒนา https://meet.line2.com/
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://meet.line2.com/
URL หน้าช่วยเหลือ https://help.line2.com/
URL หน้านโยบายความเป็นส่วนตัว https://www.line2.com/privacy-policy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Line2 Meet",
    "description": "A Chrome extension that allows you to schedule Line2 Meet conferences directly into Google Calendar.",
    "version": "1.5",
    "permissions": [
        "https:\/\/calendar.google.com\/*",
        "https:\/\/besapi.evoice.com\/*",
        "storage"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/meet.line2.com\/*",
            "https:\/\/besapi.evoice.com\/*"
        ]
    },
    "background": {
        "scripts": [
            "static\/js\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/calendar.google.com\/calendar\/*"
            ],
            "css": [
                "css\/meet.css"
            ],
            "js": [
                "static\/js\/content.js",
                "static\/js\/meetcalendar.js"
            ]
        }
    ],
    "icons": {
        "128": "images\/Line2-favicon-128.png",
        "16": "images\/Line2-favicon-16x16.png",
        "48": "images\/Line2-favicon-48x48.png"
    },
    "browser_action": {
        "default_icon": {
            "192": "Line2-favicon-128.png"
        },
        "default_title": "Line2 Meet conference",
        "default_popup": "popup.html"
    },
    "options_ui": {
        "page": "options.html"
    },
    "web_accessible_resources": [
        "images\/line2-favicon-16x16.png",
        "images\/line2-favicon-48x48.png",
        "images\/line2-favicon-white-48x48.png",
        "images\/line2-logo-green.svg",
        "images\/line2-logo-grey.svg",
        "images\/line2-meet-logo-86x26.png"
    ]
}