NextPlane nCore Desktop Sharing

nCore screen capturing Google Chrome extension

ما هو NextPlane nCore Desktop Sharing؟

NextPlane nCore Desktop Sharing هو إضافة Chrome تم تطويرها بواسطة NextPlane، والميزة الرئيسية لها هي "nCore screen capturing Google Chrome extension".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة NextPlane nCore Desktop Sharing

قم بتنزيل ملفات الامتداد NextPlane nCore Desktop Sharing بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Securely collaborate with other users by sharing your desktop within NextPlane nCore Business Collaboration Service.

nCore is a cloud-based real-time communications and collaboration service that allows users to exchange instant messages, engage in group chats, make voice or video calls, and share files and desktops—with users on nCore as well as colleagues on Microsoft, Cisco, IBM, Broadsoft UC platforms and services.

For more information checkout www.ncore.io.                    

معلومات أساسية عن التمديد

الاسم NextPlane nCore Desktop Sharing NextPlane nCore Desktop Sharing
ID egjblpiffbcmcokedcmbeejllecbgfei
عنوان URL الرسمي https://chromewebstore.google.com/detail/nextplane-ncore-desktop-s/egjblpiffbcmcokedcmbeejllecbgfei
الوصف nCore screen capturing Google Chrome extension
حجم الملف 7.84 KB
عدد التثبيتات 19
النسخة الحالية 3.3.7
آخر تحديث 2016-02-05
تاريخ النشر 2016-02-04
تقييم 5.00/5 مجموع تقييمات 3
المطور NextPlane
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "NextPlane nCore Desktop Sharing",
    "author": "Muaz Khan",
    "version": "3.3.7",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "nCore screen capturing Google Chrome extension",
    "homepage_url": "http:\/\/nextplane.net",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "48": "icon.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}