Teleport.video

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

Teleport.video란 무엇입니까?

Teleport.video은(는) https://teleport.video에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Host meetings from home, your office, or Anywhere using Teleport Video Chrome Extension."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Teleport.video 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}