LiveSmart Screen Capturing

Capture screen sharing on any HTTPs domain made for LiveSmart Video Chat

Qu'est-ce que LiveSmart Screen Capturing ?

LiveSmart Screen Capturing est une extension Chrome développée par nhadjidimitrov, et sa fonction principale est "Capture screen sharing on any HTTPs domain made for LiveSmart Video Chat".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension LiveSmart Screen Capturing

Téléchargez les fichiers d'extension LiveSmart Screen Capturing au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Designed to provide screen sharing on any HTTPS domain for LiveSmart Video Chat - a standalone web application with video, audio, screensharing and file transfer face-to-face communication chat. 
LiveSmart Video Chat is provided on-premise so this extension has all HTTPS permission needed. This extension captures the screen and returns to LiveSmart the screen ID.                    

Informations de Base sur l'Extension

Nom LiveSmart Screen Capturing LiveSmart Screen Capturing
ID nphkdpfdiidjglfcplkpkdjpdlpmkdpg
URL Officiel https://chrome.google.com/webstore/detail/livesmart-screen-capturin/nphkdpfdiidjglfcplkpkdjpdlpmkdpg
Description Capture screen sharing on any HTTPs domain made for LiveSmart Video Chat
Taille du Fichier 24.56 KB
Nombre d'Installations 39
Version Actuelle 1.4
Dernière Mise à Jour 2019-02-04
Date de Publication 2019-01-31
Développeur nhadjidimitrov
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.new-dev.com/page/ident/live_smart_video_chat
URL de la Page d'Aide https://www.new-dev.com/page/ident/live_smart_video_chat_faq
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "LiveSmart Screen Capturing",
    "author": "Nikolay Hadjidimitrov",
    "version": "1.4",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "Capture screen sharing on any HTTPs domain made for LiveSmart Video Chat",
    "homepage_url": "https:\/\/www.new-dev.com\/page\/ident\/live_smart_video_chat_installation",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "all_frames": true,
            "run_at": "document_end",
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "desktopCapture",
        "activeTab"
    ],
    "web_accessible_resources": [
        "icon16.png"
    ]
}