IPVT Screen Capturing

IPVideoTalk screen sharing extension for Chrome.

Wat is IPVT Screen Capturing?

IPVT Screen Capturing is een Chrome-extensie ontwikkeld door https://meetings.ipvideotalk.com, en de belangrijkste functie is "IPVideoTalk screen sharing extension for Chrome.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie IPVT Screen Capturing

Download IPVT Screen Capturing-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam IPVT Screen Capturing IPVT Screen Capturing
ID ojjcnpikbhgaagkebdioeflencmpkgea
Officiële URL https://chromewebstore.google.com/detail/ipvt-screen-capturing/ojjcnpikbhgaagkebdioeflencmpkgea
Beschrijving IPVideoTalk screen sharing extension for Chrome.
Bestandsgrootte 99.15 KB
Aantal Installaties 1,380
Huidige Versie 1.0.0.6
Laatst Bijgewerkt 2018-01-03
Publicatiedatum 2018-01-02
Ontwikkelaar https://meetings.ipvideotalk.com
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina http://www.ipvideotalk.com/privacy-policy.html
Ondersteunde Talen 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"
    ]
}