Inwicast Webrecorder Extension

Capture full-screen or specific application's screen on any HTTPs domain!

ما هو Inwicast Webrecorder Extension؟

Inwicast Webrecorder Extension هو إضافة Chrome تم تطويرها بواسطة webrecorder.inwicast، والميزة الرئيسية لها هي "Capture full-screen or specific application's screen on any HTTPs domain!".

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

screenshot

تحميل ملف CRX للإضافة Inwicast Webrecorder Extension

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

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

                                            

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

الاسم Inwicast Webrecorder Extension Inwicast Webrecorder Extension
ID olphgdnbpiopbjciggcicmoijjmophfe
عنوان URL الرسمي https://chromewebstore.google.com/detail/inwicast-webrecorder-exte/olphgdnbpiopbjciggcicmoijjmophfe
الوصف Capture full-screen or specific application's screen on any HTTPs domain!
حجم الملف 6.78 KB
عدد التثبيتات 29
النسخة الحالية 31.2
آخر تحديث 2018-10-03
تاريخ النشر 2018-10-03
المطور webrecorder.inwicast
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://www.inwicast.com/mediacenter3/
عنوان صفحة المساعدة http://www.rapidmooc.com/support/
عنوان صفحة سياسة الخصوصية http://rapidmooc.com
اللغات المدعومة fr
manifest.json
{
    "author": "Inwicast",
    "background": {
        "persistent": false,
        "scripts": [
            "background-script.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content-script.js"
            ],
            "matches": [
                "https:\/\/*.webrtc-experiment.com\/*",
                "https:\/\/127.0.0.1\/*",
                "https:\/\/localhost\/*",
                "https:\/\/*.inwicastcloud.com\/*",
                "https:\/\/*.inwicast.me\/*",
                "https:\/\/*.inwicast.com\/*",
                "https:\/\/*.univ-tours.fr\/*",
                "https:\/\/*.univ-lyon1.fr\/*",
                "https:\/\/*.univ-lyon3.fr\/*",
                "https:\/\/*.univ-tlse2.fr\/*",
                "https:\/\/*.univ-orleans.fr\/*",
                "https:\/\/*.ens2m.fr\/*",
                "https:\/\/*.cnam.fr\/*",
                "https:\/\/*.utt.fr\/*",
                "https:\/\/*.grenet.fr\/*",
                "https:\/\/*.unistra.fr\/*",
                "https:\/\/*.u-clermont1.fr\/*",
                "https:\/\/*.clermont-universite.fr\/*",
                "https:\/\/*.unilim.fr\/*",
                "https:\/\/*.telecom-bretagne.eu\/*",
                "https:\/\/saintgenes.inwicast.tv\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Capture full-screen or specific application's screen on any HTTPs domain!",
    "homepage_url": "http:\/\/www.rapidmooc.com",
    "icons": {
        "48": "icon.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "name": "Inwicast Webrecorder Extension",
    "short_name": "Inwicast Webrecorder",
    "permissions": [
        "desktopCapture"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "31.2",
    "web_accessible_resources": [
        "icon.png"
    ]
}