Apizee Desktop Capture

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

Apizee Desktop Captureとは何ですか?

Apizee Desktop Captureはhttps://apizee.comによって開発されたChromeの拡張機能で、その主な機能は「This is apiRTC Chrome extension to enable screen sharing on Apizee web site or applications (Izeeconf, Diag, ApiRTC)」です。

拡張機能のスクリーンショット

screenshot

Apizee Desktop Capture拡張機能のCRXファイルをダウンロード

Apizee Desktop Capture拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Apizee Desktop Capture Apizee Desktop Capture
ID mjjnofoemoepfididplbfimokpnpcoeg
公式URL https://chromewebstore.google.com/detail/apizee-desktop-capture/mjjnofoemoepfididplbfimokpnpcoeg
説明 This is apiRTC Chrome extension to enable screen sharing on Apizee web site or applications (Izeeconf, Diag, ApiRTC)
ファイルサイズ 19.19 KB
インストール数 164
現在のバージョン 1.0.22
最終更新日 2018-12-05
公開日 2018-12-05
評価 4.50/5 合計 2 レビュー
開発者 https://apizee.com
支払い方法 free
対応言語 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"
    ]
}