Apizee Desktop Capture

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

Vad är Apizee Desktop Capture?

Apizee Desktop Capture är en Chrome-tillägg utvecklad av https://apizee.com, och dess huvudfunktion är "This is apiRTC Chrome extension to enable screen sharing on Apizee web site or applications (Izeeconf, Diag, ApiRTC)".

Tilläggsskärmbilder

screenshot

Ladda ner Apizee Desktop Capture-förlängningens CRX-fil

Ladda ner Apizee Desktop Capture-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Apizee Desktop Capture Apizee Desktop Capture
ID mjjnofoemoepfididplbfimokpnpcoeg
Officiell webbadress https://chromewebstore.google.com/detail/apizee-desktop-capture/mjjnofoemoepfididplbfimokpnpcoeg
Beskrivning This is apiRTC Chrome extension to enable screen sharing on Apizee web site or applications (Izeeconf, Diag, ApiRTC)
Filstorlek 19.19 KB
Antal Installationer 164
Aktuell Version 1.0.22
Senast Uppdaterad 2018-12-05
Publiceringsdatum 2018-12-05
Betyg 4.50/5 Totalt 2 Betyg
Utvecklare https://apizee.com
Betalningssätt free
Stödda Språk 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"
    ]
}