Mavenir Screen Share

Mavenir Screen Share Extention

Co to jest Mavenir Screen Share?

Mavenir Screen Share to rozszerzenie Chrome opracowane przez mavenirscreenshare, a jego główną funkcją jest „Mavenir Screen Share Extention”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Mavenir Screen Share

Pobierz pliki rozszerzeń Mavenir Screen Share w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Mavenir Screen Share Mavenir Screen Share
ID jnfohocanbalibkidmjaedagbimnegkc
Oficjalny URL https://chrome.google.com/webstore/detail/mavenir-screen-share/jnfohocanbalibkidmjaedagbimnegkc
Opis Mavenir Screen Share Extention
Rozmiar pliku 177 KB
Liczba instalacji 43
Aktualna Wersja 1.0.0.0
Ostatnia Aktualizacja 2018-08-07
Data Publikacji 2018-08-07
Ocena 5.00/5 Łącznie 3 Oceny
Deweloper mavenirscreenshare
Typ Płatności free
Strona Rozszerzenia https://www.mavenir.com/Home/default.aspx
Obsługiwane Języki 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"
    ]
}