Apizee Desktop Capture

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

Wat is Apizee Desktop Capture?

Apizee Desktop Capture is een Chrome-extensie ontwikkeld door https://apizee.com, en de belangrijkste functie is "This is apiRTC Chrome extension to enable screen sharing on Apizee web site or applications (Izeeconf, Diag, ApiRTC)".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Apizee Desktop Capture

Download Apizee Desktop Capture-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 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.                    

Basisinformatie over de Extensie

Naam Apizee Desktop Capture Apizee Desktop Capture
ID mjjnofoemoepfididplbfimokpnpcoeg
Officiële URL https://chromewebstore.google.com/detail/apizee-desktop-capture/mjjnofoemoepfididplbfimokpnpcoeg
Beschrijving This is apiRTC Chrome extension to enable screen sharing on Apizee web site or applications (Izeeconf, Diag, ApiRTC)
Bestandsgrootte 19.19 KB
Aantal Installaties 164
Huidige Versie 1.0.22
Laatst Bijgewerkt 2018-12-05
Publicatiedatum 2018-12-05
Beoordeling 4.50/5 Totaal 2 Beoordelingen
Ontwikkelaar https://apizee.com
Betalingswijze free
Ondersteunde Talen 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"
    ]
}