Canvas SimpleShare

Desktop Screen Sharing Client For Canvas CRS class devices.

ما هو Canvas SimpleShare؟

Canvas SimpleShare هو إضافة Chrome تم تطويرها بواسطة Jupiter Systems، والميزة الرئيسية لها هي "Desktop Screen Sharing Client For Canvas CRS class devices.".

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

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Canvas SimpleShare

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

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

                                            

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

الاسم Canvas SimpleShare Canvas SimpleShare
ID bagghogdobjiomkdaaaengkcebcpcljj
عنوان URL الرسمي https://chromewebstore.google.com/detail/canvas-simpleshare/bagghogdobjiomkdaaaengkcebcpcljj
الوصف Desktop Screen Sharing Client For Canvas CRS class devices.
حجم الملف 24.73 KB
عدد التثبيتات 65
النسخة الحالية 2.0
آخر تحديث 2016-08-13
تاريخ النشر 2016-08-12
تقييم 5.00/5 مجموع تقييمات 1
المطور Jupiter Systems
نوع الدفع free
موقع الإضافة http://www.jupiter.com/
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "author": "Chad Lucas",
    "name": "Canvas SimpleShare",
    "short_name": "Canvas SimpleShare",
    "description": "Desktop Screen Sharing Client For Canvas CRS class devices.",
    "version": "2.0",
    "icons": {
        "128": "images\/CanvasSimpleShare128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/crs",
                "https:\/\/*\/Crs",
                "https:\/\/*\/crs\/",
                "https:\/\/*\/Crs\/",
                "https:\/\/*\/SimpleShare",
                "https:\/\/*\/simpleshare",
                "https:\/\/*\/simpleShare",
                "https:\/\/*\/Simpleshare",
                "https:\/\/*\/SimpleShare\/",
                "https:\/\/*\/simpleshare\/",
                "https:\/\/*\/simpleShare\/",
                "https:\/\/*\/Simpleshare\/",
                "https:\/\/*\/mimic\/*",
                "https:\/\/*\/mimic?*",
                "https:\/\/*\/Mimic\/*",
                "https:\/\/*\/mimic",
                "https:\/\/*\/Mimic",
                "https:\/\/*\/mimic\/Index",
                "https:\/\/*\/mimic\/Index\/",
                "https:\/\/*\/Mimic\/Index",
                "https:\/\/*\/Mimic\/Index\/"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "desktopCapture",
        "tabs",
        "webRequest",
        "https:\/\/*\/crs",
        "https:\/\/*\/Crs",
        "https:\/\/*\/crs\/",
        "https:\/\/*\/Crs\/",
        "https:\/\/*\/SimpleShare",
        "https:\/\/*\/simpleshare",
        "https:\/\/*\/simpleShare",
        "https:\/\/*\/Simpleshare",
        "https:\/\/*\/SimpleShare\/",
        "https:\/\/*\/simpleshare\/",
        "https:\/\/*\/simpleShare\/",
        "https:\/\/*\/Simpleshare\/",
        "https:\/\/*\/mimic\/*",
        "https:\/\/*\/mimic?*",
        "https:\/\/*\/Mimic\/*",
        "https:\/\/*\/mimic",
        "https:\/\/*\/Mimic",
        "https:\/\/*\/mimic\/Index",
        "https:\/\/*\/mimic\/Index\/",
        "https:\/\/*\/Mimic\/Index",
        "https:\/\/*\/Mimic\/Index\/"
    ]
}