Magicall
Magicall Chrome extension for screensharing on https://chat.getmagicall.com/*.
O que é Magicall?
Magicall é uma extensão do Chrome desenvolvida por Team Ubiq, e sua principal característica é "Magicall Chrome extension for screensharing on https://chat.getmagicall.com/*.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Magicall
Baixe arquivos de extensão Magicall 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
Install this Chrome extension to start screen sharing on Magicall
Informações Básicas da Extensão
Nome | Magicall |
ID | kdcdiaphnacjkhokjinmgnpopfjdldoj |
URL Oficial | https://chromewebstore.google.com/detail/magicall/kdcdiaphnacjkhokjinmgnpopfjdldoj |
Descrição | Magicall Chrome extension for screensharing on https://chat.getmagicall.com/*. |
Tamanho do Arquivo | 94.36 KB |
Contagem de Instalações | 51 |
Versão Atual | 0.4.4 |
Última Atualização | 2018-10-23 |
Data de Publicação | 2018-10-23 |
Desenvolvedor | Team Ubiq |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://www.getmagicall.com/ |
URL da Página de Política de Privacidade | https://www.iubenda.com/privacy-policy/80072039 |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Magicall", "description": "Magicall Chrome extension for screensharing on https:\/\/chat.getmagicall.com\/*.", "homepage_url": "https:\/\/www.getmagicall.com\/", "version": "0.4.4", "background": { "scripts": [ "capturedesktop.js", "gcal_background.js" ], "persistent": true }, "browser_action": { "default_icon": "icon.png", "default_title": "Magicall" }, "content_scripts": [ { "matches": [ "https:\/\/calendar.google.com\/*" ], "js": [ "ext\/jquery-3.3.1.min.js", "ext\/bililiteRange.js" ], "css": [ "cal.css", "ext\/roboto.css" ] } ], "icons": { "48": "icon.png" }, "permissions": [ "desktopCapture", "storage", " |