Mavenir Screen Share

Mavenir Screen Share Extention

Qu'est-ce que Mavenir Screen Share ?

Mavenir Screen Share est une extension Chrome développée par mavenirscreenshare, et sa fonction principale est "Mavenir Screen Share Extention".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Mavenir Screen Share

Téléchargez les fichiers d'extension Mavenir Screen Share au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Mavenir Screen Share Mavenir Screen Share
ID jnfohocanbalibkidmjaedagbimnegkc
URL Officiel https://chrome.google.com/webstore/detail/mavenir-screen-share/jnfohocanbalibkidmjaedagbimnegkc
Description Mavenir Screen Share Extention
Taille du Fichier 177 KB
Nombre d'Installations 43
Version Actuelle 1.0.0.0
Dernière Mise à Jour 2018-08-07
Date de Publication 2018-08-07
Évaluation 5.00/5 Total 3 Évaluations
Développeur mavenirscreenshare
Type de Paiement free
Site Web de l'Extension https://www.mavenir.com/Home/default.aspx
Langues Prises en Charge 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"
    ]
}