LiveSmart Screen Capturing
Capture screen sharing on any HTTPs domain made for LiveSmart Video Chat
O que é LiveSmart Screen Capturing?
LiveSmart Screen Capturing é uma extensão do Chrome desenvolvida por nhadjidimitrov, e sua principal característica é "Capture screen sharing on any HTTPs domain made for LiveSmart Video Chat".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão LiveSmart Screen Capturing
Baixe arquivos de extensão LiveSmart Screen Capturing no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | nphkdpfdiidjglfcplkpkdjpdlpmkdpg |
URL Oficial | https://chrome.google.com/webstore/detail/livesmart-screen-capturin/nphkdpfdiidjglfcplkpkdjpdlpmkdpg |
Descrição | Capture screen sharing on any HTTPs domain made for LiveSmart Video Chat |
Tamanho do Arquivo | 24.56 KB |
Contagem de Instalações | 39 |
Versão Atual | 1.4 |
Última Atualização | 2019-02-04 |
Data de Publicação | 2019-01-31 |
Desenvolvedor | nhadjidimitrov |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://www.new-dev.com/page/ident/live_smart_video_chat |
URL da Página de Ajuda | https://www.new-dev.com/page/ident/live_smart_video_chat_faq |
Idiomas Suportados | 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" ] } |