Physitrack Screen Sharing

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

Qu'est-ce que Physitrack Screen Sharing ?

Physitrack Screen Sharing est une extension Chrome développée par Physitrack, et sa fonction principale est "This Chrome extension is developed for http://physitrack.com/ video calls. It just captures content of your screen.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Physitrack Screen Sharing

Téléchargez les fichiers d'extension Physitrack Screen Sharing au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Physitrack Screen Sharing Physitrack Screen Sharing
ID hijolocdaklmkmfhecijlcgjnpnijadk
URL Officiel https://chromewebstore.google.com/detail/physitrack-screen-sharing/hijolocdaklmkmfhecijlcgjnpnijadk
Description This Chrome extension is developed for http://physitrack.com/ video calls. It just captures content of your screen.
Taille du Fichier 19.51 KB
Nombre d'Installations 84
Version Actuelle 2.0
Dernière Mise à Jour 2018-12-20
Date de Publication 2018-12-20
Développeur Physitrack
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.physitrack.com/
URL de la Page d'Aide https://support.physitrack.com/article/761-screen-sharing
URL de la Page de Politique de Confidentialité https://www.physitrack.com/privacy
Langues Prises en Charge 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"
    ]
}