InterVu Screen Share

Capture full-screen or specific application's screen of InterVu app

什麼是InterVu Screen Share?

InterVu Screen Share是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“Capture full-screen or specific application's screen of InterVu app”。

擴展截圖

screenshot

下載InterVu Screen Share擴展crx文件

下載InterVu Screen Share擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Enable screen sharing on intervunow.com                    

擴展基本資訊

名稱 InterVu Screen Share InterVu Screen Share
ID nmlfljhfllkeeladifnjcncdinampckd
官方網址 https://chromewebstore.google.com/detail/intervu-screen-share/nmlfljhfllkeeladifnjcncdinampckd
簡介 Capture full-screen or specific application's screen of InterVu app
檔案大小 5.13 KB
安裝次數 26
目前版本 1.5.3
更新時間 2020-05-04
上架時間 2020-05-04
開發者 Unknown
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "InterVu Screen Share",
    "author": "FocusVision",
    "version": "1.5.3",
    "minimum_chrome_version": "34",
    "description": "Capture full-screen or specific application's screen of InterVu app",
    "externally_connectable": {
        "matches": [
            "*:\/\/intervunow.com\/*"
        ]
    },
    "permissions": [
        "desktopCapture",
        "tabs",
        "*:\/\/intervunow.com\/*"
    ],
    "background": {
        "scripts": [
            "env.js",
            "background.js"
        ]
    },
    "icons": {
        "48": "images\/icon-48.png"
    }
}