IPVT Screen Capturing

IPVideoTalk screen sharing extension for Chrome.

What is IPVT Screen Capturing?

IPVT Screen Capturing is a Chrome extension developed by https://meetings.ipvideotalk.com, and its main feature is "IPVideoTalk screen sharing extension for Chrome.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download IPVT Screen Capturing Extension CRX File

Download IPVT Screen Capturing 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 provide screens / applications / Chrome tabs sharing function when you joined an IPVideoTalk meeting in Chrome.
You don't need to config anything. Just install this extension and enjoy our high quality sharing services.
To learn more about IPVideoTalk full HD video conferencing solutions, visit ipvideotalk.com.                    

Extension Basic Information

Name IPVT Screen Capturing IPVT Screen Capturing
ID ojjcnpikbhgaagkebdioeflencmpkgea
Official URL https://chromewebstore.google.com/detail/ipvt-screen-capturing/ojjcnpikbhgaagkebdioeflencmpkgea
Description IPVideoTalk screen sharing extension for Chrome.
File Size 99.15 KB
Installation Count 1,380
Current Version 1.0.0.6
Last Updated 2018-01-03
Publish Date 2018-01-02
Developer https://meetings.ipvideotalk.com
Email [email protected]
Payment Type free
Privacy Policy Page URL http://www.ipvideotalk.com/privacy-policy.html
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "IPVT Screen Capturing",
    "author": "[email protected]",
    "version": "1.0.0.6",
    "manifest_version": 2,
    "minimum_chrome_version": "38",
    "description": "IPVideoTalk screen sharing extension for Chrome. ",
    "homepage_url": "https:\/\/www.ipvideotalk.com",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "plugin_icon48.png"
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "48": "plugin_icon48.png",
        "64": "plugin_icon64.png",
        "256": "plugin_icon.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "plugin_icon.png",
        "plugin_icon48.png",
        "plugin_icon64.png"
    ]
}