LiveSmart Screen Capturing
Capture screen sharing on any HTTPs domain made for LiveSmart Video Chat
Cos'è LiveSmart Screen Capturing?
LiveSmart Screen Capturing è un'estensione di Chrome sviluppata da nhadjidimitrov, e la sua funzione principale è "Capture screen sharing on any HTTPs domain made for LiveSmart Video Chat".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione LiveSmart Screen Capturing
Scarica i file di estensione LiveSmart Screen Capturing in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | nphkdpfdiidjglfcplkpkdjpdlpmkdpg |
URL Ufficiale | https://chrome.google.com/webstore/detail/livesmart-screen-capturin/nphkdpfdiidjglfcplkpkdjpdlpmkdpg |
Descrizione | Capture screen sharing on any HTTPs domain made for LiveSmart Video Chat |
Dimensione del File | 24.56 KB |
Conteggio Installazioni | 39 |
Versione Corrente | 1.4 |
Ultimo Aggiornamento | 2019-02-04 |
Data di Pubblicazione | 2019-01-31 |
Sviluppatore | nhadjidimitrov |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.new-dev.com/page/ident/live_smart_video_chat |
URL della Pagina di Aiuto | https://www.new-dev.com/page/ident/live_smart_video_chat_faq |
Lingue Supportate | 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" ] } |