linkchat Screen Sharing & Calendar Add-on

Share your computer screen with others in online audio or video conference

linkchat Screen Sharing & Calendar Add-onคืออะไร?

linkchat Screen Sharing & Calendar Add-on เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://linkchat.io และคุณลักษณะหลักของมันคือ "Share your computer screen with others in online audio or video conference"

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย linkchat Screen Sharing & Calendar Add-on

ดาวน์โหลดไฟล์ส่วนขยาย linkchat Screen Sharing & Calendar Add-on ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Organize an online meeting in seconds and share what you see on your computer screen. 

linkchat is ideal for simple online meetings! With just a few clicks you can create an appointment and send out invitations. It supports the online and offline versions of Microsoft Outlook, Google Calendar, Apple Calendar and Yahoo Mail.

Use screen sharing to show presentations, work on documents with others or share a web page. You will notice that you will be able to communicate so much faster and easier what you want and what is really important to you.

You can decide at any time whether you want to transfer your entire screen, the content of a single browser tab or even nothing. This gives you full control at all times.

In combination with the linkchat audio, video and chat functions your online appointments will be much more efficient. Besides the browser extension you don't need to download or install anything else from the internet.

This means that nothing stands in the way of a spontaneous ad hoc appointment. It doesn't matter if the participants are on the other side of your city or on the other side of the earth.

Your data is also absolutely safe with us. We deliberately operate linkchat in Europe and of course adhere to the strict EU data protection guidelines.

Online meetings with desktop sharing from linkchat. Try it right now. You'll like it!                    

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

ชื่อ linkchat Screen Sharing & Calendar Add-on linkchat Screen Sharing & Calendar Add-on
ID plhfkbchbffookkidijgflacgbclpljo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/linkchat-screen-sharing-c/plhfkbchbffookkidijgflacgbclpljo
คำอธิบาย Share your computer screen with others in online audio or video conference
ขนาดไฟล์ 677 KB
จำนวนการติดตั้ง 1,216
เวอร์ชันปัจจุบัน 1.24.0
อัปเดตครั้งล่าสุด 2022-06-26
วันที่เผยแพร่ 2019-02-14
คะแนน 5.00/5 รวมทั้งหมด 11 คะแนน
ผู้พัฒนา https://linkchat.io
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://linkchat.io
URL หน้าช่วยเหลือ https://linkchat.io/blog/
URL หน้านโยบายความเป็นส่วนตัว https://linkchat.io/privacy-policy-eu
ภาษาที่รองรับ de,en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "linkchat.io",
    "short_name": "__MSG_appName__",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.24.0",
    "manifest_version": 2,
    "minimum_chrome_version": "47",
    "offline_enabled": true,
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "__MSG_popupTitle__"
    },
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "js": [
                "js\/content-script.js"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "matches": [
                "https:\/\/linkchat.io\/*",
                "https:\/\/*.linkchat.io\/*",
                "https:\/\/*.linkchat.ru\/*",
                "https:\/\/*.linkchat.uz\/*"
            ]
        }
    ],
    "icons": {
        "128": "images\/icon-128x128.png",
        "48": "images\/icon-48x48.png",
        "16": "images\/icon-16x16.png"
    },
    "permissions": [
        "desktopCapture",
        "tabs",
        "https:\/\/linkchat.io\/*",
        "https:\/\/*.linkchat.io\/*",
        "https:\/\/linkchat.ru\/*",
        "https:\/\/*.linkchat.ru\/*",
        "https:\/\/linkchat.uz\/*",
        "https:\/\/*.linkchat.uz\/*"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}