Logipro Capture Video Ecran

Capture video ecran pour les applications Logipro

ما هو Logipro Capture Video Ecran؟

Logipro Capture Video Ecran هو إضافة Chrome تم تطويرها بواسطة www.logipro.com، والميزة الرئيسية لها هي "Capture video ecran pour les applications Logipro".

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

screenshot

تحميل ملف CRX للإضافة Logipro Capture Video Ecran

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

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

                        Package permettant de réaliser des capture d'écran vidéo sur le logiciel Créa-Learning développé par l'entreprise Logipro afin de les ajouté à un module de formation crée préalablement.                    

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

الاسم Logipro Capture Video Ecran Logipro Capture Video Ecran
ID jfklkkclkpafmicllemnpobofpgkjlid
عنوان URL الرسمي https://chromewebstore.google.com/detail/logipro-capture-video-ecr/jfklkkclkpafmicllemnpobofpgkjlid
الوصف Capture video ecran pour les applications Logipro
حجم الملف 18.52 KB
عدد التثبيتات 241
النسخة الحالية 1.7
آخر تحديث 2021-09-09
تاريخ النشر 2016-12-20
تقييم 4.00/5 مجموع تقييمات 1
المطور www.logipro.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://tree-learning.fr/
عنوان صفحة المساعدة https://tree-learning.fr/
اللغات المدعومة fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Logipro Capture Video Ecran",
    "author": "Muaz Khan",
    "version": "1.7",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "Capture video ecran pour les applications Logipro",
    "homepage_url": "http:\/\/www.logipro.com",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "all_frames": true,
            "run_at": "document_end",
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "icons": {
        "48": "icon.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}