Apizee Desktop Capture

This is apiRTC Chrome extension to enable screen sharing on Apizee web site or applications (Izeeconf, Diag, ApiRTC)

Qu'est-ce que Apizee Desktop Capture ?

Apizee Desktop Capture est une extension Chrome développée par https://apizee.com, et sa fonction principale est "This is apiRTC Chrome extension to enable screen sharing on Apizee web site or applications (Izeeconf, Diag, ApiRTC)".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Apizee Desktop Capture

Téléchargez les fichiers d'extension Apizee Desktop Capture 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 extension enable screen sharing on Apizee applications, it can be used on Izeeconf, Diag, ApiRTC ... 

Click Add to Chrome button to install the extension and to start your screen sharing.                    

Informations de Base sur l'Extension

Nom Apizee Desktop Capture Apizee Desktop Capture
ID mjjnofoemoepfididplbfimokpnpcoeg
URL Officiel https://chromewebstore.google.com/detail/apizee-desktop-capture/mjjnofoemoepfididplbfimokpnpcoeg
Description This is apiRTC Chrome extension to enable screen sharing on Apizee web site or applications (Izeeconf, Diag, ApiRTC)
Taille du Fichier 19.19 KB
Nombre d'Installations 164
Version Actuelle 1.0.22
Dernière Mise à Jour 2018-12-05
Date de Publication 2018-12-05
Évaluation 4.50/5 Total 2 Évaluations
Développeur https://apizee.com
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Apizee Desktop Capture",
    "author": "Apizee",
    "version": "1.0.22",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "This is apiRTC Chrome extension to enable screen sharing on Apizee web site or applications (Izeeconf, Diag, ApiRTC)",
    "homepage_url": "https:\/\/www.apizee.com\/",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "all_frames": true,
            "matches": [
                "",
                "*:\/\/*\/*",
                "*:\/\/*.apizee.com\/*",
                "*:\/\/apizee-as.demo.alcatel-lucent.com\/*",
                "*:\/\/*.numa.paris\/*",
                "*:\/\/*.bluekango.com\/*",
                "*:\/\/*.images-et-reseaux.com\/*",
                "*:\/\/intranet.inventix.fr\/*",
                "*:\/\/*.jamespot.pro\/*",
                "*:\/\/*.apirtc.com\/*",
                "*:\/\/*.sante-paca.fr\/*"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "desktopCapture",
        "activeTab",
        "tabs",
        "",
        "*:\/\/*\/*",
        "*:\/\/*.apizee.com\/*",
        "*:\/\/apizee-as.demo.alcatel-lucent.com\/*",
        "*:\/\/*.numa.paris\/*",
        "*:\/\/*.bluekango.com\/*",
        "*:\/\/*.images-et-reseaux.com\/*",
        "*:\/\/intranet.inventix.fr\/*",
        "*:\/\/*.jamespot.pro\/*",
        "*:\/\/*.apirtc.com\/*",
        "*:\/\/*.sante-paca.fr\/*"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}