Mavenir Screen Share

Mavenir Screen Share Extention

O que é Mavenir Screen Share?

Mavenir Screen Share é uma extensão do Chrome desenvolvida por mavenirscreenshare, e sua principal característica é "Mavenir Screen Share Extention".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Mavenir Screen Share

Baixe arquivos de extensão Mavenir Screen Share 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

                        Mavenir is purpose-built to redefine mobile network economics for Communication Service Providers (CSPs). Our solutions pave the way to 5G with 100% software-based, end-to-end, Cloud Native network solutions. Leveraging industry-leading firsts in VoLTE, VoWiFi, Advanced Messaging (RCS), vMBC, vEPC and Cloud RAN, Mavenir accelerates network transformation for more than 250+ CSP customers in over 130 countries, serving over 50% of the world’s subscribers.                    

Informações Básicas da Extensão

Nome Mavenir Screen Share Mavenir Screen Share
ID jnfohocanbalibkidmjaedagbimnegkc
URL Oficial https://chrome.google.com/webstore/detail/mavenir-screen-share/jnfohocanbalibkidmjaedagbimnegkc
Descrição Mavenir Screen Share Extention
Tamanho do Arquivo 177 KB
Contagem de Instalações 43
Versão Atual 1.0.0.0
Última Atualização 2018-08-07
Data de Publicação 2018-08-07
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor mavenirscreenshare
Tipo de Pagamento free
Site da Extensão https://www.mavenir.com/Home/default.aspx
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Mavenir Screen Share",
    "version": "1.0.0.0",
    "manifest_version": 2,
    "description": "Mavenir Screen Share Extention",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentscript.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "72": "images\/icons\/icon-72x72.png",
        "96": "images\/icons\/icon-96x96.png",
        "128": "images\/icons\/icon-128x128.png",
        "144": "images\/icons\/icon-144x144.png",
        "152": "images\/icons\/icon-152x152.png",
        "192": "images\/icons\/icon-192x192.png",
        "384": "images\/icons\/icon-384x384.png",
        "512": "images\/icons\/icon-512x512.png"
    },
    "permissions": [
        "desktopCapture",
        "file:\/\/*\/*",
        "tabs"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}