Physitrack Screen Sharing

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

Wat is Physitrack Screen Sharing?

Physitrack Screen Sharing is een Chrome-extensie ontwikkeld door Physitrack, en de belangrijkste functie is "This Chrome extension is developed for http://physitrack.com/ video calls. It just captures content of your screen.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Physitrack Screen Sharing

Download Physitrack Screen Sharing-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Physitrack Screen Sharing Physitrack Screen Sharing
ID hijolocdaklmkmfhecijlcgjnpnijadk
Officiële URL https://chromewebstore.google.com/detail/physitrack-screen-sharing/hijolocdaklmkmfhecijlcgjnpnijadk
Beschrijving This Chrome extension is developed for http://physitrack.com/ video calls. It just captures content of your screen.
Bestandsgrootte 19.51 KB
Aantal Installaties 84
Huidige Versie 2.0
Laatst Bijgewerkt 2018-12-20
Publicatiedatum 2018-12-20
Ontwikkelaar Physitrack
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.physitrack.com/
Help Pagina-URL https://support.physitrack.com/article/761-screen-sharing
URL van de Privacybeleid Pagina https://www.physitrack.com/privacy
Ondersteunde Talen 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"
    ]
}