Apizee Desktop Capture

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

What is Apizee Desktop Capture?

Apizee Desktop Capture is a Chrome extension developed by https://apizee.com, and its main feature is "This is apiRTC Chrome extension to enable screen sharing on Apizee web site or applications (Izeeconf, Diag, ApiRTC)".

Extension Screenshots

screenshot

Download Apizee Desktop Capture Extension CRX File

Download Apizee Desktop Capture extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Apizee Desktop Capture Apizee Desktop Capture
ID mjjnofoemoepfididplbfimokpnpcoeg
Official URL 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)
File Size 19.19 KB
Installation Count 164
Current Version 1.0.22
Last Updated 2018-12-05
Publish Date 2018-12-05
Rating 4.50/5 Total 2 Ratings
Developer https://apizee.com
Payment Type free
Supported Languages 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"
    ]
}