Teleport.video

Host meetings from home, your office, or Anywhere using Teleport Video Chrome Extension.

Teleport.videoคืออะไร?

Teleport.video เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://teleport.video และคุณลักษณะหลักของมันคือ "Host meetings from home, your office, or Anywhere using Teleport Video Chrome Extension."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Teleport.video

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

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

                        Teleport is your connection to the world. Build real relationships through easy 1-click video meetings, from Anywhere. No wait times, no downloads -- just secure and reliable face-to-face chat, right in the browser.

- Enable global collaboration with easy 3-step video meetings
- Open up your talent pool and hire the best candidates, not just the nearest
- Flexible, secure and reliable -- with no waiting times or downloads required
- In-video ShareScreen makes presenting ideas to stakeholders a breeze                    

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

ชื่อ Teleport.video Teleport.video
ID ppnedjgfgifikffabnchhklloiiioklm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/teleportvideo/ppnedjgfgifikffabnchhklloiiioklm
คำอธิบาย Host meetings from home, your office, or Anywhere using Teleport Video Chrome Extension.
ขนาดไฟล์ 56.24 KB
จำนวนการติดตั้ง 694
เวอร์ชันปัจจุบัน 1.2.2
อัปเดตครั้งล่าสุด 2020-04-15
วันที่เผยแพร่ 2020-04-15
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา https://teleport.video
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://teleport.video/
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Teleport.video",
    "description": "Host meetings from home, your office, or Anywhere using Teleport Video Chrome Extension.",
    "version": "1.2.2",
    "minimum_chrome_version": "45",
    "browser_action": {
        "default_icon": {
            "16": "icons\/extension-logo-16x16.png",
            "48": "icons\/extension-logo-48x48.png",
            "128": "icons\/extension-logo-128x128.png"
        },
        "default_popup": "popup.html"
    },
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/staging.teleport.video\/*",
            "https:\/\/beta-dot-live-meetme.appspot.com\/*",
            "https:\/\/teleport.video\/*"
        ]
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "storage",
        "cookies",
        "*:\/\/teleport.video\/",
        "*:\/\/staging.teleport.video\/"
    ],
    "icons": {
        "16": "icons\/extension-logo-16x16.png",
        "48": "icons\/extension-logo-48x48.png",
        "128": "icons\/extension-logo-128x128.png"
    }
}