Physitrack Screen Sharing

This Chrome extension is developed for http://physitrack.com/ video calls. It just captures content of your screen.

Physitrack Screen Sharingとは何ですか?

Physitrack Screen SharingはPhysitrackによって開発されたChromeの拡張機能で、その主な機能は「This Chrome extension is developed for http://physitrack.com/ video calls. It just captures content of your screen.」です。

拡張機能のスクリーンショット

screenshot

Physitrack Screen Sharing拡張機能のCRXファイルをダウンロード

Physitrack Screen Sharing拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This Chrome extension is required if you want to share your screen with your client when you call your client through Physitrack.                    

拡張機能の基本情報

名前 Physitrack Screen Sharing Physitrack Screen Sharing
ID hijolocdaklmkmfhecijlcgjnpnijadk
公式URL https://chromewebstore.google.com/detail/physitrack-screen-sharing/hijolocdaklmkmfhecijlcgjnpnijadk
説明 This Chrome extension is developed for http://physitrack.com/ video calls. It just captures content of your screen.
ファイルサイズ 19.51 KB
インストール数 84
現在のバージョン 2.0
最終更新日 2018-12-20
公開日 2018-12-20
開発者 Physitrack
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.physitrack.com/
ヘルプページのURL https://support.physitrack.com/article/761-screen-sharing
プライバシーポリシーページのURL https://www.physitrack.com/privacy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Physitrack Screen Sharing",
    "author": "Physitrack LTD",
    "version": "2.0",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "This Chrome extension is developed for http:\/\/physitrack.com\/ video calls. It just captures content of your screen.",
    "homepage_url": "http:\/\/physitrack.com\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.physitrack.com\/*",
            "https:\/\/*.physiapp.com\/*"
        ]
    },
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}