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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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/
URL หน้าช่วยเหลือ 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"
    ]
}