Creatr Screen Sharing
This extension will enable screen sharing for your Creatr live-stream
O que é Creatr Screen Sharing?
Creatr Screen Sharing é uma extensão do Chrome desenvolvida por https://creatr.me, e sua principal característica é "This extension will enable screen sharing for your Creatr live-stream".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Creatr Screen Sharing
Baixe arquivos de extensão Creatr Screen Sharing 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
This extension was built for https://creatr.me and will enable screen sharing for your Creatr live-streams
Informações Básicas da Extensão
Nome | Creatr Screen Sharing |
ID | dkjhjdmkggcdbbbhffeoodagoepdiahp |
URL Oficial | https://chromewebstore.google.com/detail/creatr-screen-sharing/dkjhjdmkggcdbbbhffeoodagoepdiahp |
Descrição | This extension will enable screen sharing for your Creatr live-stream |
Tamanho do Arquivo | 28.82 KB |
Contagem de Instalações | 19 |
Versão Atual | 2.1 |
Última Atualização | 2016-10-25 |
Data de Publicação | 2016-10-25 |
Desenvolvedor | https://creatr.me |
Tipo de Pagamento | free |
Site da Extensão | https://creatr |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Creatr Screen Sharing", "author": "Reveu, Inc.", "version": "2.1", "manifest_version": 2, "minimum_chrome_version": "34", "description": "This extension will enable screen sharing for your Creatr live-stream", "homepage_url": "http:\/\/creatr.me\/", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "externally_connectable": { "matches": [ "https:\/\/*.reveu.me\/*", "https:\/\/*.creatr.me\/*", "http:\/\/localhost:3000\/*" ] }, "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon.png" ] } |