Mavenir Screen Share

Mavenir Screen Share Extention

What is Mavenir Screen Share?

Mavenir Screen Share is a Chrome extension developed by mavenirscreenshare, and its main feature is "Mavenir Screen Share Extention".

Extension Screenshots

screenshot

Download Mavenir Screen Share Extension CRX File

Download Mavenir Screen Share extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Mavenir Screen Share Mavenir Screen Share
ID jnfohocanbalibkidmjaedagbimnegkc
Official URL https://chrome.google.com/webstore/detail/mavenir-screen-share/jnfohocanbalibkidmjaedagbimnegkc
Description Mavenir Screen Share Extention
File Size 177 KB
Installation Count 43
Current Version 1.0.0.0
Last Updated 2018-08-07
Publish Date 2018-08-07
Rating 5.00/5 Total 3 Ratings
Developer mavenirscreenshare
Payment Type free
Extension Website https://www.mavenir.com/Home/default.aspx
Supported Languages 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"
    ]
}