Mavenir Screen Share

Mavenir Screen Share Extention

Mavenir Screen Share란 무엇입니까?

Mavenir Screen Share은(는) mavenirscreenshare에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Mavenir Screen Share Extention"입니다.

확장 프로그램 스크린샷

screenshot

Mavenir Screen Share 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Mavenir Screen Share Mavenir Screen Share
ID jnfohocanbalibkidmjaedagbimnegkc
공식 URL https://chrome.google.com/webstore/detail/mavenir-screen-share/jnfohocanbalibkidmjaedagbimnegkc
설명 Mavenir Screen Share Extention
파일 크기 177 KB
설치 횟수 43
현재 버전 1.0.0.0
최근 업데이트 2018-08-07
출시 날짜 2018-08-07
평점 5.00/5 총 3 개의 평점
개발자 mavenirscreenshare
결제 유형 free
확장 프로그램 웹 사이트 https://www.mavenir.com/Home/default.aspx
지원되는 언어 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"
    ]
}